mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 09:43:57 -04:00
GCS_MAVLink: add RC receiver to SYS_STATUS enum
This commit is contained in:
parent
871a606ce1
commit
d1906abb5c
@ -369,6 +369,9 @@
|
|||||||
<entry value="32768" name="MAV_SYS_STATUS_SENSOR_MOTOR_OUTPUTS">
|
<entry value="32768" name="MAV_SYS_STATUS_SENSOR_MOTOR_OUTPUTS">
|
||||||
<description>0x8000 motor outputs / control</description>
|
<description>0x8000 motor outputs / control</description>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry value="65536" name="MAV_SYS_STATUS_SENSOR_RC_RECEIVER">
|
||||||
|
<description>0x10000 rc receiver</description>
|
||||||
|
</entry>
|
||||||
</enum>
|
</enum>
|
||||||
<enum name="MAV_FRAME">
|
<enum name="MAV_FRAME">
|
||||||
<entry value="0" name="MAV_FRAME_GLOBAL">
|
<entry value="0" name="MAV_FRAME_GLOBAL">
|
||||||
|
Loading…
Reference in New Issue
Block a user