Rover: remove output_trim_all during initialisation

MotorUGV library now outputs the proper values on the motor channels.  Other libraries are also responsible for initialising their outputs on startup.
This commit is contained in:
Randy Mackay 2017-07-12 14:24:16 +09:00
parent 260412bf0f
commit 208607d668
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ void Rover::init_rc_in()
void Rover::init_rc_out()
{
SRV_Channels::output_trim_all();
// set auxiliary ranges
update_aux();
}