mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
ACM: no need to fetch offsets at startup
AP_Param handles this
This commit is contained in:
parent
34d25ab298
commit
1547977e1b
@ -94,7 +94,6 @@ static void init_compass()
|
||||
return;
|
||||
}
|
||||
dcm.set_compass(&compass);
|
||||
compass.get_offsets(); // load offsets to account for airframe magnetic interference
|
||||
compass.null_offsets_enable();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user