Skip to content

Commit 3ebb47d

Browse files
kylef-ffdakejahl
authored andcommitted
TemperatureCompensationModule: fix order of temp cal args
1 parent b0008e9 commit 3ebb47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/temperature_compensation/TemperatureCompensationModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void TemperatureCompensationModule::Run()
306306
}
307307

308308
if (got_temperature_calibration_command) {
309-
int ret = run_temperature_calibration(accel, baro, gyro, mag);
309+
int ret = run_temperature_calibration(accel, gyro, mag, baro);
310310

311311
// publish ACK
312312
vehicle_command_ack_s command_ack{};

0 commit comments

Comments
 (0)