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_OPTICAL_FLOW:
|
||||
case MSG_GIMBAL_REPORT:
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
break; // just here to prevent a warning
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user