diff --git a/ArduCopter/heli.cpp b/ArduCopter/heli.cpp index d8cdc4402c9c9..ef3266af04e13 100644 --- a/ArduCopter/heli.cpp +++ b/ArduCopter/heli.cpp @@ -210,7 +210,7 @@ void Copter::heli_update_autorotation() #endif // check if flying and interlock disengaged - if (!ap.land_complete && !motors->get_interlock()) { + if (!ap.land_complete && !motors->get_interlock() && motors->armed()) { #if MODE_AUTOROTATE_ENABLED == ENABLED if (g2.arot.is_enable()) { if (!flightmode->has_manual_throttle()) {