RC_Channel - fixed small compiler warning

This commit is contained in:
rmackay9 2012-02-29 22:44:29 +09:00
parent c444cdb3f4
commit 82f81295a7
1 changed files with 2 additions and 3 deletions

View File

@ -22,12 +22,11 @@ class RC_Channel{
radio_min (1100),
radio_trim(1500),
radio_max (1900),
_high(1),
scale_output(1.0),
_filter(false),
_reverse(1),
_dead_zone(0),
scale_output(1.0)
{}
_high(1) {}
// setup min and max radio values in CLI
void update_min_max();