Skip to content

Commit

Permalink
common.xml: fix typo in MAV_SYS_STATUS_SENSOR_PROPULSION enum
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Feb 16, 2021
1 parent 2e61b94 commit 1307041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
<entry value="536870912" name="MAV_SYS_STATUS_OBSTACLE_AVOIDANCE">
<description>0x20000000 Avoidance/collision prevention</description>
</entry>
<entry value="1073741824" name="MAV_SYS_STATUS_SENSOR_PORPULSION">
<description>0x40000000 porpulsion (actuator, esc, motor or propellor)</description>
<entry value="1073741824" name="MAV_SYS_STATUS_SENSOR_PROPULSION">
<description>0x40000000 propulsion (actuator, esc, motor or propellor)</description>
</entry>
</enum>
<enum name="MAV_FRAME">
Expand Down

0 comments on commit 1307041

Please sign in to comment.