Copter: move try_send_message queued_param_send up
This commit is contained in:
parent
ad2c3d27ec
commit
7c37bb324b
@ -380,11 +380,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
||||
send_sensor_offsets(copter.ins, copter.compass, copter.barometer);
|
||||
break;
|
||||
|
||||
case MSG_NEXT_PARAM:
|
||||
CHECK_PAYLOAD_SIZE(PARAM_VALUE);
|
||||
queued_param_send();
|
||||
break;
|
||||
|
||||
case MSG_RANGEFINDER:
|
||||
#if RANGEFINDER_ENABLED == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(RANGEFINDER);
|
||||
|
Loading…
Reference in New Issue
Block a user