move generated protobuf c code to own directory

This commit is contained in:
Kevin Hester
2020-12-30 12:34:22 +08:00
parent 8fe1c518d9
commit 6e31ba30c7
20 changed files with 6 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
#include <Arduino.h>
#include "mesh/mesh.pb.h" // For CriticalErrorCode
#include "mesh/generated/mesh.pb.h" // For CriticalErrorCode
/// Record an error that should be reported via analytics
void recordCriticalError(CriticalErrorCode code = CriticalErrorCode_Unspecified, uint32_t address = 0);