Copter: move try_send_message handling of VIBRATION up
This commit is contained in:
parent
25c2efb3ae
commit
d7af5c0c44
@ -456,11 +456,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
||||
copter.send_pid_tuning(chan);
|
||||
break;
|
||||
|
||||
case MSG_VIBRATION:
|
||||
CHECK_PAYLOAD_SIZE(VIBRATION);
|
||||
send_vibration(copter.ins);
|
||||
break;
|
||||
|
||||
case MSG_ADSB_VEHICLE:
|
||||
#if ADSB_ENABLED == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(ADSB_VEHICLE);
|
||||
|
Loading…
Reference in New Issue
Block a user