mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Rover: Ignore MSG_POSITION_TARGET_GLOBAL_INT for now
This commit is contained in:
parent
0fcfcdc169
commit
b327ed671b
@ -598,6 +598,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||||||
case MSG_OPTICAL_FLOW:
|
case MSG_OPTICAL_FLOW:
|
||||||
case MSG_GIMBAL_REPORT:
|
case MSG_GIMBAL_REPORT:
|
||||||
case MSG_RPM:
|
case MSG_RPM:
|
||||||
|
case MSG_POSITION_TARGET_GLOBAL_INT:
|
||||||
break; // just here to prevent a warning
|
break; // just here to prevent a warning
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user