Plane: require 5 channels to run failsafe passthrough

This commit is contained in:
Andrew Tridgell 2015-09-07 09:16:14 +10:00
parent 4e167689b0
commit 267003a88d

View File

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