Skip to content

Commit

Permalink
[messages] always lowercase id
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 30, 2013
1 parent d2b0011 commit cfcc39f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/messages/custom_downlink_misc.xml
Expand Up @@ -359,7 +359,7 @@
<field name="mag_cal_status" type="uint8"/>
</message>
-->
<message name="TEST_BOARD_RESULTS" ID="71">
<message name="TEST_BOARD_RESULTS" id="71">
<description></description>
<field name="uart" type="uint8"/>
<field name="ppm" type="uint8"/>
Expand Down
6 changes: 3 additions & 3 deletions conf/messages/standard_downlink.xml
Expand Up @@ -333,7 +333,7 @@
<field name="segment_north_2" type="float" unit="m"/>
</message>

<message name="SURVEY" ID="54">
<message name="SURVEY" id="54">
<description></description>
<field name="east" type="float" unit="m"/>
<field name="north" type="float" unit="m"/>
Expand Down Expand Up @@ -464,7 +464,7 @@
</message>

<!-- TCAS Messages: Traffic collision avoidance system -->
<message name="TCAS_TA" ID="82">
<message name="TCAS_TA" id="82">
<description></description>
<field name="ac_id" type="uint8"/>
</message>
Expand All @@ -475,7 +475,7 @@
<field name="resolve" type="uint8" values="NONE|LEVEL|CLIMB|DESCEND"/>
</message>

<message name="TCAS_RESOLVED" ID="84">
<message name="TCAS_RESOLVED" id="84">
<description></description>
<field name="ac_id" type="uint8"/>
</message>
Expand Down

0 comments on commit cfcc39f

Please sign in to comment.