mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 10:23:59 -04:00
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_GIMBAL_REPORT:
|
||||||
case MSG_EKF_STATUS_REPORT:
|
case MSG_EKF_STATUS_REPORT:
|
||||||
case MSG_PID_TUNING:
|
case MSG_PID_TUNING:
|
||||||
|
case MSG_VIBRATION:
|
||||||
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