diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-12-04 17:36:09 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-12-04 17:36:09 +0200 |
| commit | e5d8713b456d335c19402360f0ba3e8a6db2c31e (patch) | |
| tree | 357b284bcfe62e282d943c255b339e73de70a362 /Software/Embedded_SW/Embedded/Communication | |
| parent | a7377ec0dd85367606e7f53353df018b68c12e4c (diff) | |
| download | Tango-e5d8713b456d335c19402360f0ba3e8a6db2c31e.tar.gz Tango-e5d8713b456d335c19402360f0ba3e8a6db2c31e.zip | |
add code to config the motor driver acording to the ADC-OUT reg (comment out those lines - need to change the resistors first)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c index b24330f6c..c913c9d4c 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Printing/JobTicket.pb-c.c @@ -55,7 +55,7 @@ void job_ticket__free_unpacked static const ProtobufCFieldDescriptor job_ticket__field_descriptors[9] = { { - "guid", + "Guid", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_STRING, @@ -165,6 +165,7 @@ static const ProtobufCFieldDescriptor job_ticket__field_descriptors[9] = }; static const unsigned job_ticket__field_indices_by_name[] = { 2, /* field[2] = EnableInterSegment */ + 0, /* field[0] = Guid */ 3, /* field[3] = InterSegmentLength */ 4, /* field[4] = Length */ 1, /* field[1] = Name */ @@ -172,7 +173,6 @@ static const unsigned job_ticket__field_indices_by_name[] = { 8, /* field[8] = Segments */ 7, /* field[7] = Spool */ 6, /* field[6] = WindingMethod */ - 0, /* field[0] = guid */ }; static const ProtobufCIntRange job_ticket__number_ranges[1 + 1] = { |
