Browse Source

RC_Channel: fixed typo

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
3377714300
  1. 2
      libraries/RC_Channel/RC_Channel.h

2
libraries/RC_Channel/RC_Channel.h

@ -64,7 +64,7 @@ public: @@ -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…
Cancel
Save