mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-06 20:47:19 +08:00
Blimp: has_valid_input is only true if we have ever seen RC input
This commit is contained in:
committed by
Andrew Tridgell
parent
825e0c3076
commit
c65bfd2139
@@ -49,7 +49,7 @@ bool RC_Channels_Blimp::has_valid_input() const
|
||||
if (blimp.failsafe.radio_counter != 0) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return RC_Channels::has_valid_input();
|
||||
}
|
||||
|
||||
RC_Channel * RC_Channels_Blimp::get_arming_channel(void) const
|
||||
|
||||
Reference in New Issue
Block a user