mirror of https://github.com/ArduPilot/ardupilot
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