mirror of https://github.com/ArduPilot/ardupilot
Plane: move try_send_message handling of VIBRATION up
This commit is contained in:
parent
d7af5c0c44
commit
c1680d90a6
|
@ -567,11 +567,6 @@ bool GCS_MAVLINK_Plane::try_send_message(enum ap_message id)
|
|||
plane.send_pid_tuning(chan);
|
||||
break;
|
||||
|
||||
case MSG_VIBRATION:
|
||||
CHECK_PAYLOAD_SIZE(VIBRATION);
|
||||
send_vibration(plane.ins);
|
||||
break;
|
||||
|
||||
case MSG_RPM:
|
||||
CHECK_PAYLOAD_SIZE(RPM);
|
||||
plane.send_rpm(chan);
|
||||
|
|
Loading…
Reference in New Issue