mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: Ignore landing message
This commit is contained in:
parent
c4cd6bdf86
commit
379a4fbfab
@ -487,6 +487,7 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
|
|||||||
case MSG_GIMBAL_REPORT:
|
case MSG_GIMBAL_REPORT:
|
||||||
case MSG_RPM:
|
case MSG_RPM:
|
||||||
case MSG_POSITION_TARGET_GLOBAL_INT:
|
case MSG_POSITION_TARGET_GLOBAL_INT:
|
||||||
|
case MSG_LANDING:
|
||||||
break; // just here to prevent a warning
|
break; // just here to prevent a warning
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user