Skip to content

Commit

Permalink
ardupilot: extend MEMINFO with freemem32
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 16, 2016
1 parent 4e6e2a0 commit 057c3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message_definitions/v1.0/ardupilotmega.xml
Expand Up @@ -1076,6 +1076,8 @@
<description>state of APM memory</description>
<field name="brkval" type="uint16_t">heap top</field>
<field name="freemem" type="uint16_t">free memory</field>
<extensions/>
<field name="freemem32" type="uint32_t">free memory (32 bit)</field>
</message>

<message id="153" name="AP_ADC">
Expand Down

0 comments on commit 057c3ab

Please sign in to comment.