mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: Change from fast_loop method to FAST_TASK(NFC)
This commit is contained in:
parent
f7c86cc06a
commit
6820e96ca8
@ -744,7 +744,7 @@ void Copter::update_super_simple_bearing(bool force_update)
|
||||
|
||||
void Copter::read_AHRS(void)
|
||||
{
|
||||
// we tell AHRS to skip INS update as we have already done it in fast_loop()
|
||||
// we tell AHRS to skip INS update as we have already done it in FAST_TASK.
|
||||
ahrs.update(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user