Tracker: avoid compiler warning re to new VIBRATION msg
This commit is contained in:
parent
814cb5ce18
commit
0b9929bb04
@ -275,6 +275,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
||||
case MSG_GIMBAL_REPORT:
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
case MSG_PID_TUNING:
|
||||
case MSG_VIBRATION:
|
||||
break; // just here to prevent a warning
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user