mirror of https://github.com/ArduPilot/ardupilot
Tracker: Ignore landing message
This commit is contained in:
parent
6ba53cf11c
commit
c4cd6bdf86
|
@ -272,6 +272,7 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
|||
case MSG_MISSION_ITEM_REACHED:
|
||||
case MSG_POSITION_TARGET_GLOBAL_INT:
|
||||
case MSG_AOA_SSA:
|
||||
case MSG_LANDING:
|
||||
break; // just here to prevent a warning
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue