Browse Source

Rover: remove servo channel failsafe from vehicle code

This is now handled by the MotorsUGV library
master
Randy Mackay 8 years ago
parent
commit
774e484869
  1. 3
      APMrover2/radio.cpp

3
APMrover2/radio.cpp

@ -40,9 +40,6 @@ void Rover::init_rc_in()
void Rover::init_rc_out() void Rover::init_rc_out()
{ {
SRV_Channels::output_trim_all(); SRV_Channels::output_trim_all();
// setup PWM values to send if the FMU firmware dies
SRV_Channels::setup_failsafe_trim_all();
} }
/* /*

Loading…
Cancel
Save