mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Plane: removed Log_Write_IMUDT
This commit is contained in:
parent
3bbc6353d8
commit
cbbf26a1f6
@ -161,7 +161,6 @@ void Plane::ahrs_update()
|
|||||||
|
|
||||||
if (should_log(MASK_LOG_IMU)) {
|
if (should_log(MASK_LOG_IMU)) {
|
||||||
Log_Write_IMU();
|
Log_Write_IMU();
|
||||||
DataFlash.Log_Write_IMUDT(ins);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// calculate a scaled roll limit based on current pitch
|
// calculate a scaled roll limit based on current pitch
|
||||||
|
Loading…
Reference in New Issue
Block a user