mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Tracker: add EKF_STATUS_REPORT to enum
avoids a compiler warning
This commit is contained in:
parent
c5bbd445cc
commit
94bd357c57
@ -265,6 +265,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||||||
case MSG_MOUNT_STATUS:
|
case MSG_MOUNT_STATUS:
|
||||||
case MSG_OPTICAL_FLOW:
|
case MSG_OPTICAL_FLOW:
|
||||||
case MSG_GIMBAL_REPORT:
|
case MSG_GIMBAL_REPORT:
|
||||||
|
case MSG_EKF_STATUS_REPORT:
|
||||||
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