uncrustify libraries/RC_Channel/RC_Channel.h

This commit is contained in:
uncrustify 2012-08-16 23:22:48 -07:00 committed by Pat Hickey
parent 9d22cec882
commit bb484e81e3

View File

@ -22,7 +22,8 @@ class RC_Channel{
scale_output(1.0),
_filter(false),
_high(1),
_ch_out(ch_out) {}
_ch_out(ch_out) {
}
// setup min and max radio values in CLI
void update_min_max();