Browse Source

Rover: rc_channel inits height input channel

c415-sdk
ashvath100 5 years ago committed by Randy Mackay
parent
commit
c1ff69794c
  1. 2
      Rover/RC_Channel.cpp

2
Rover/RC_Channel.cpp

@ -44,6 +44,7 @@ void RC_Channel_Rover::init_aux_function(const aux_func_t ch_option, const AuxSw @@ -44,6 +44,7 @@ void RC_Channel_Rover::init_aux_function(const aux_func_t ch_option, const AuxSw
case AUX_FUNC::MANUAL:
case AUX_FUNC::PITCH:
case AUX_FUNC::ROLL:
case AUX_FUNC::WALKING_HEIGHT:
case AUX_FUNC::RTL:
case AUX_FUNC::SAILBOAT_TACK:
case AUX_FUNC::SAVE_TRIM:
@ -243,6 +244,7 @@ void RC_Channel_Rover::do_aux_function(const aux_func_t ch_option, const AuxSwit @@ -243,6 +244,7 @@ void RC_Channel_Rover::do_aux_function(const aux_func_t ch_option, const AuxSwit
case AUX_FUNC::MAINSAIL:
case AUX_FUNC::PITCH:
case AUX_FUNC::ROLL:
case AUX_FUNC::WALKING_HEIGHT:
break;
default:

Loading…
Cancel
Save