mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 09:39:06 +08:00
Accelerometer: fix thermal calibration index
This commit is contained in:
parent
d430e13401
commit
dfa5964719
@ -111,7 +111,7 @@ void Accelerometer::SensorCorrectionsUpdate(bool force)
|
||||
_thermal_offset = Vector3f{corrections.accel_offset_2};
|
||||
return;
|
||||
case 3:
|
||||
_thermal_offset = Vector3f{corrections.accel_offset_2};
|
||||
_thermal_offset = Vector3f{corrections.accel_offset_3};
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user