mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
RC_Channel - fixed small compiler warning
This commit is contained in:
parent
ced49f7d01
commit
3cbd172ea9
@ -22,12 +22,11 @@ class RC_Channel{
|
|||||||
radio_min (1100),
|
radio_min (1100),
|
||||||
radio_trim(1500),
|
radio_trim(1500),
|
||||||
radio_max (1900),
|
radio_max (1900),
|
||||||
_high(1),
|
scale_output(1.0),
|
||||||
_filter(false),
|
_filter(false),
|
||||||
_reverse(1),
|
_reverse(1),
|
||||||
_dead_zone(0),
|
_dead_zone(0),
|
||||||
scale_output(1.0)
|
_high(1) {}
|
||||||
{}
|
|
||||||
|
|
||||||
// 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