mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -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_GIMBAL_REPORT:
|
||||
case MSG_RPM:
|
||||
case MSG_POSITION_TARGET_GLOBAL_INT:
|
||||
break; // just here to prevent a warning
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user