Copter: Change from fast_loop method to FAST_TASK(NFC)

This commit is contained in:
muramura 2023-07-30 10:34:50 +09:00 committed by Randy Mackay
parent f7c86cc06a
commit 6820e96ca8

View File

@ -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);
}