mirror of https://github.com/ArduPilot/ardupilot
Tracker: move try_send_message sending of scaled_pressure up
This commit is contained in:
parent
c9d47c4ed5
commit
75d5b79c48
|
@ -196,11 +196,6 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
|||
send_servo_output_raw(false);
|
||||
break;
|
||||
|
||||
case MSG_RAW_IMU2:
|
||||
CHECK_PAYLOAD_SIZE(SCALED_PRESSURE);
|
||||
send_scaled_pressure();
|
||||
break;
|
||||
|
||||
case MSG_SIMSTATE:
|
||||
CHECK_PAYLOAD_SIZE(SIMSTATE);
|
||||
tracker.send_simstate(chan);
|
||||
|
|
Loading…
Reference in New Issue