Browse Source

Rover: avoid compiler warning re to new VIBRATION msg

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
fe1da458a7
  1. 1
      APMrover2/GCS_Mavlink.cpp

1
APMrover2/GCS_Mavlink.cpp

@ -531,6 +531,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -531,6 +531,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_FENCE_STATUS:
case MSG_WIND:
case MSG_PID_TUNING:
case MSG_VIBRATION:
// unused
break;

Loading…
Cancel
Save