mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
uncrustify libraries/RC_Channel/RC_Channel.h
This commit is contained in:
parent
9d22cec882
commit
bb484e81e3
@ -22,7 +22,8 @@ class RC_Channel{
|
|||||||
scale_output(1.0),
|
scale_output(1.0),
|
||||||
_filter(false),
|
_filter(false),
|
||||||
_high(1),
|
_high(1),
|
||||||
_ch_out(ch_out) {}
|
_ch_out(ch_out) {
|
||||||
|
}
|
||||||
|
|
||||||
// setup min and max radio values in CLI
|
// setup min and max radio values in CLI
|
||||||
void update_min_max();
|
void update_min_max();
|
||||||
|
Loading…
Reference in New Issue
Block a user