diff --git a/ArduCopter/Copter.cpp b/ArduCopter/Copter.cpp index 5e9e59a019..8bbbc186c1 100644 --- a/ArduCopter/Copter.cpp +++ b/ArduCopter/Copter.cpp @@ -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); }