mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
RC_Channel - fixed small compiler warning
This commit is contained in:
parent
c444cdb3f4
commit
82f81295a7
@ -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