Update mesh.pb.h

This commit is contained in:
tuxphone 2020-09-23 07:21:25 +02:00 committed by GitHub
parent 0d68512ea2
commit 52b9369c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#ifndef PB_MESH_PB_H_INCLUDED
#define PB_MESH_PB_H_INCLUDED
#include <pb.h>
#include "pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
@ -627,4 +627,4 @@ extern const pb_msgdesc_t ManufacturingData_msg;
} /* extern "C" */
#endif
#endif
#endif