Skip to content

Commit

Permalink
ardupilot: add bank extension to DEVICE_OP message_definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Aug 5, 2020
1 parent 082d0e1 commit e211e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1614,6 +1614,8 @@
<field type="char[40]" name="busname">Name of device on bus (for SPI).</field>
<field type="uint8_t" name="regstart">First register to read.</field>
<field type="uint8_t" name="count">Count of registers to read.</field>
<extensions/>
<field type="uint8_t" name="bank">Bank number.</field>
</message>
<message id="11001" name="DEVICE_OP_READ_REPLY">
<description>Read registers reply.</description>
Expand All @@ -1622,6 +1624,8 @@
<field type="uint8_t" name="regstart">Starting register.</field>
<field type="uint8_t" name="count">Count of bytes read.</field>
<field type="uint8_t[128]" name="data">Reply data.</field>
<extensions/>
<field type="uint8_t" name="bank">Bank number.</field>
</message>
<message id="11002" name="DEVICE_OP_WRITE">
<description>Write registers for a device.</description>
Expand All @@ -1635,6 +1639,8 @@
<field type="uint8_t" name="regstart">First register to write.</field>
<field type="uint8_t" name="count">Count of registers to write.</field>
<field type="uint8_t[128]" name="data">Write data.</field>
<extensions/>
<field type="uint8_t" name="bank">Bank number.</field>
</message>
<message id="11003" name="DEVICE_OP_WRITE_REPLY">
<description>Write registers reply.</description>
Expand Down

0 comments on commit e211e15

Please sign in to comment.