Skip to content

Commit

Permalink
common: add MAV_SYS_STATUS_SENSOR_PROXIMITY
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and LorenzMeier committed Apr 25, 2018
1 parent d9f5c42 commit 28bc02c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,9 @@
<entry value="33554432" name="MAV_SYS_STATUS_SENSOR_BATTERY">
<description>0x2000000 Battery</description>
</entry>
<entry value="67108864" name="MAV_SYS_STATUS_SENSOR_PROXIMITY">
<description>0x4000000 Proximity</description>
</entry>
</enum>
<enum name="MAV_FRAME">
<entry value="0" name="MAV_FRAME_GLOBAL">
Expand Down

0 comments on commit 28bc02c

Please sign in to comment.