Skip to content

Commit

Permalink
Move "external" dialects to be normal dialects (mavlink#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored Jan 12, 2022
1 parent 00a3f8e commit ae531d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 35 deletions.
30 changes: 0 additions & 30 deletions external/dialects/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- email contact: [email protected] [email protected]-->
<!-- mavlink messenger ID range: 60050 - 60099, mavlink command ID range: 60050 - 60099-->
<mavlink>
<include>../../message_definitions/v1.0/common.xml</include>
<include>common.xml</include>
<version>1</version>
<dialect>1</dialect>
<enums>
Expand Down
5 changes: 2 additions & 3 deletions message_definitions/v1.0/all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
<include>test.xml</include>
<include>ualberta.xml</include>
<include>uAvionix.xml</include>
<!-- external dialects -->
<!-- storm32.xml range of IDs:
messages: 60000 - 60049
commands: 60000 - 60049
-->
<include>../../external/dialects/storm32.xml</include>
<include>storm32.xml</include>
<!-- AVSSUAS.xml range of IDs:
messages: 60050 - 60099
commands: 60050 - 60099
-->
<include>../../external/dialects/AVSSUAS.xml</include>
<include>AVSSUAS.xml</include>
<messages/>
</mavlink>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Documentation:
<mavlink>
<!-- For ArduPilot, comment out the <include> and include storm32.xml in ardupilotmega.xml (common.xml doesn't yet work in stable branches)
This makes it possible that ArduPilot's build system can handle it without modifications. -->
<include>../../message_definitions/v1.0/ardupilotmega.xml</include>
<include>ardupilotmega.xml</include>
<version>1</version>
<dialect>0</dialect>
<!--
Expand Down

0 comments on commit ae531d9

Please sign in to comment.