diff --git a/ArduPlane/failsafe.cpp b/ArduPlane/failsafe.cpp index 764d9e5578..98df797977 100644 --- a/ArduPlane/failsafe.cpp +++ b/ArduPlane/failsafe.cpp @@ -50,7 +50,7 @@ void Plane::failsafe_check(void) } #endif - if (hal.rcin->num_channels() == 0) { + if (hal.rcin->num_channels() < 5) { // we don't have any RC input to pass through return; }