commander delete unused gps_failure_cmd

This commit is contained in:
Daniel Agar
2017-12-20 17:53:30 -05:00
committed by Lorenz Meier
parent ca804a2308
commit 5a6cde41d5
4 changed files with 3 additions and 15 deletions
-2
View File
@@ -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