mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: Enable the aux servos later, only in the slow periodic loop
This might solve some of the boot issues some users are having
This commit is contained in:
parent
d0709443b4
commit
049e232ef0
|
@ -117,8 +117,6 @@ static void init_rc_out()
|
|||
output_min();
|
||||
}
|
||||
|
||||
enable_aux_servos();
|
||||
|
||||
#if TOY_EDF == ENABLED
|
||||
// add access to CH8 and CH6
|
||||
APM_RC.enable_out(CH_8);
|
||||
|
|
Loading…
Reference in New Issue