aboutsummaryrefslogtreecommitdiff
path: root/car/elegoo.pb.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-26 18:06:51 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-26 18:06:51 +0200
commitacaf7f81d910a60275d6d6fb77511085892b35e7 (patch)
tree00fda2353393e42e1fd4a533b46e6db1c603e639 /car/elegoo.pb.c
parent846afdd48d11d5bae24013f0cea969f6b6f47d49 (diff)
...
Diffstat (limited to 'car/elegoo.pb.c')
-rw-r--r--car/elegoo.pb.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/car/elegoo.pb.c b/car/elegoo.pb.c
index a4e7ad4..7aa3b5e 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 Sat Aug 26 10:18:35 2017. */
+/* Generated by nanopb-0.3.6 at Sat Aug 26 18:04:10 2017. */
#include "elegoo.pb.h"
@@ -10,13 +10,12 @@
-const pb_field_t Command_fields[7] = {
+const pb_field_t Command_fields[6] = {
PB_FIELD( 1, SINT32 , OPTIONAL, STATIC , FIRST, Command, SpeedR, SpeedR, 0),
PB_FIELD( 2, SINT32 , OPTIONAL, STATIC , OTHER, Command, SpeedL, SpeedR, 0),
PB_FIELD( 3, BOOL , OPTIONAL, STATIC , OTHER, Command, Stop, SpeedL, 0),
- PB_FIELD( 4, BOOL , OPTIONAL, STATIC , OTHER, Command, Center, Stop, 0),
- PB_FIELD( 5, SINT32 , OPTIONAL, STATIC , OTHER, Command, Direction, Center, 0),
- PB_FIELD( 6, UINT32 , OPTIONAL, STATIC , OTHER, Command, StopAfter, Direction, 0),
+ PB_FIELD( 4, UINT32 , OPTIONAL, STATIC , OTHER, Command, Direction, Stop, 0),
+ PB_FIELD( 5, UINT32 , OPTIONAL, STATIC , OTHER, Command, StopAfter, Direction, 0),
PB_LAST_FIELD
};