Skip to content

Commit

Permalink
Merge pull request mavlink#491 from squilter/add_parachute_capability
Browse files Browse the repository at this point in the history
Parachute capability bit
  • Loading branch information
LorenzMeier committed Jan 5, 2016
2 parents c81d2fd + ebaf39a commit 8646534
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 @@ -1694,6 +1694,9 @@
<entry value="4096" name="MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION">
<description>Autopilot supports onboard compass calibration.</description>
</entry>
<entry value="8192" name="MAV_PROTOCOL_CAPABILITY_PARACHUTE">
<description>Autopilot supports parachute deployment.</description>
</entry>
</enum>
<enum name="MAV_ESTIMATOR_TYPE">
<description>Enumeration of estimator types</description>
Expand Down

0 comments on commit 8646534

Please sign in to comment.