aboutsummaryrefslogtreecommitdiff
path: root/car/elegoo.pb.c
diff options
context:
space:
mode:
Diffstat (limited to 'car/elegoo.pb.c')
-rw-r--r--car/elegoo.pb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/car/elegoo.pb.c b/car/elegoo.pb.c
index 73a2267..9c450b9 100644
--- a/car/elegoo.pb.c
+++ b/car/elegoo.pb.c
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
-/* Generated by nanopb-0.3.6 at Sun Aug 20 17:58:26 2017. */
+/* Generated by nanopb-0.3.6 at Sun Aug 20 22:42:38 2017. */
#include "elegoo.pb.h"
@@ -17,11 +17,12 @@ const pb_field_t Command_fields[4] = {
PB_LAST_FIELD
};
-const pb_field_t Event_fields[5] = {
+const pb_field_t Event_fields[6] = {
PB_FIELD( 1, INT32 , OPTIONAL, STATIC , FIRST, Event, Distance, Distance, 0),
PB_FIELD( 2, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorA, Distance, 0),
PB_FIELD( 3, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorB, SensorA, 0),
PB_FIELD( 4, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorC, SensorB, 0),
+ PB_FIELD( 5, UINT32 , OPTIONAL, STATIC , OTHER, Event, KeyPress, SensorC, 0),
PB_LAST_FIELD
};