mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
RC_Channel: fixed typo
This commit is contained in:
parent
a331542958
commit
3377714300
@ -64,7 +64,7 @@ public:
|
||||
uint16_t get_dead_zone(void) const { return _dead_zone; }
|
||||
|
||||
// get the channel number
|
||||
uint8_t get_ch_out(void) const { return _ch_out; };
|
||||
uint8_t get_ch_out(void) const { return _ch_out; }
|
||||
|
||||
// get the center stick position expressed as a control_in value
|
||||
int16_t get_control_mid() const;
|
||||
|
Loading…
Reference in New Issue
Block a user