Skip to content

Commit

Permalink
RC_Channel: minor format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Jan 21, 2019
1 parent 1334437 commit 413bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/RC_Channel/RC_Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class RC_Channel {
bool has_override() const;

// get control input with zero deadzone
int16_t get_control_in_zero_dz(void) const;
int16_t get_control_in_zero_dz(void) const;

int16_t get_radio_min() const {return radio_min.get();}
void set_radio_min(int16_t val) { radio_min = val;}
Expand Down

0 comments on commit 413bced

Please sign in to comment.