GCS_MAVLink: rename flighttermination capability enum

This commit is contained in:
squilter 2015-08-15 08:47:29 +09:00 committed by Randy Mackay
parent 2b36457261
commit 91479aa39f

View File

@ -1448,8 +1448,8 @@
<entry value="1024" name="MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET">
<description>Autopilot supports direct actuator control.</description>
</entry>
<entry value="2048" name="MAV_PROTOCOL_CAPABILITY_FORCE_DISARM">
<description>Autopilot supports forced disarming.</description>
<entry value="2048" name="MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION">
<description>Autopilot supports the flight termination command.</description>
</entry>
<entry value="4096" name="MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION">
<description>Autopilot supports onboard compass calibration.</description>