mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Rover: remove servo channel failsafe from vehicle code
This is now handled by the MotorsUGV library
This commit is contained in:
parent
6464bfb601
commit
774e484869
@ -40,9 +40,6 @@ void Rover::init_rc_in()
|
||||
void Rover::init_rc_out()
|
||||
{
|
||||
SRV_Channels::output_trim_all();
|
||||
|
||||
// setup PWM values to send if the FMU firmware dies
|
||||
SRV_Channels::setup_failsafe_trim_all();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user