mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 05:17:35 +08:00
commander delete unused gps_failure_cmd
This commit is contained in:
committed by
Lorenz Meier
parent
ca804a2308
commit
5a6cde41d5
@@ -49,7 +49,6 @@ uint16 DATA_LINK_LOST_CMD_MASK = 512
|
||||
uint16 VTOL_TRANSITION_FAILURE_MASK = 1024
|
||||
uint16 VTOL_TRANSITION_FAILURE_CMD_MASK = 2048
|
||||
uint16 GPS_FAILURE_MASK = 4096
|
||||
uint16 GPS_FAILURE_CMD_MASK = 8192
|
||||
|
||||
# 0x0001 usb_connected: status of the USB power supply
|
||||
# 0x0002 offboard_control_signal_found_once
|
||||
@@ -64,6 +63,5 @@ uint16 GPS_FAILURE_CMD_MASK = 8192
|
||||
# 0x0400 vtol_transition_failure: Set to true if vtol transition failed
|
||||
# 0x0800 vtol_transition_failure_cmd: Set to true if vtol transition failure mode is commanded
|
||||
# 0x1000 gps_failure: Set to true if a gps failure is detected
|
||||
# 0x2000 gps_failure_cmd: Set to true if a gps failure mode is commanded
|
||||
|
||||
uint16 other_flags
|
||||
|
||||
Reference in New Issue
Block a user