Plane: read RC inputs in plane failsafe code

# Conflicts:
#	ArduPlane/failsafe.cpp
This commit is contained in:
Andrew Tridgell 2019-04-20 14:03:33 +10:00 committed by Randy Mackay
parent 27aba29109
commit 6a052a5042

View File

@ -41,6 +41,8 @@ void Plane::failsafe_check(void)
if (in_failsafe && tnow - last_timestamp > 20000) {
last_timestamp = tnow;
RC_Channels::read_input();
if (in_calibration) {
// tell the failsafe system that we are calibrating
// sensors, so don't trigger failsafe