RC_Channel: Fix spelling in receiver

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-04-04 22:43:50 -06:00 committed by Randy Mackay
parent 1345e06152
commit 95354ac572
1 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ public:
// get mask of enabled protocols
uint32_t enabled_protocols() const;
// returns true if we have had a direct detach RC reciever, does not include overrides
// returns true if we have had a direct detach RC receiver, does not include overrides
bool has_had_rc_receiver() const { return _has_had_rc_receiver; }
// returns true if we have had an override on any channel
@ -653,7 +653,7 @@ private:
uint32_t last_update_ms;
bool has_new_overrides;
bool _has_had_rc_receiver; // true if we have had a direct detach RC reciever, does not include overrides
bool _has_had_rc_receiver; // true if we have had a direct detach RC receiver, does not include overrides
bool _has_had_override; // true if we have had an override on any channel
AP_Float _override_timeout;