mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduPlane: Fix missing break in GCS_MAVLink
Was causing AOA_SSA to send a landing message as wel
This commit is contained in:
parent
1985dcd366
commit
87c076da4d
@ -699,6 +699,7 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
||||
case MSG_AOA_SSA:
|
||||
CHECK_PAYLOAD_SIZE(AOA_SSA);
|
||||
plane.send_aoa_ssa(chan);
|
||||
break;
|
||||
case MSG_LANDING:
|
||||
plane.landing.send_landing_message(chan);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user