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

@@ -1,6 +1,6 @@
#pragma once
#include "ProtobufPlugin.h"
#include "remote_hardware.pb.h"
#include "mesh/generated/remote_hardware.pb.h"
#include "concurrency/OSThread.h"
/**