mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
TemperatureCompensationModule: fix order of temp cal args
This commit is contained in:
parent
b0008e99ff
commit
3ebb47d53f
@ -306,7 +306,7 @@ void TemperatureCompensationModule::Run()
|
||||
}
|
||||
|
||||
if (got_temperature_calibration_command) {
|
||||
int ret = run_temperature_calibration(accel, baro, gyro, mag);
|
||||
int ret = run_temperature_calibration(accel, gyro, mag, baro);
|
||||
|
||||
// publish ACK
|
||||
vehicle_command_ack_s command_ack{};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user