mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Merge branch 'master' of https://code.google.com/p/ardupilot-mega
This commit is contained in:
commit
d262fdb264
@ -159,7 +159,12 @@ static void output_motors_armed()
|
||||
// for helis - armed or disarmed we allow servos to move
|
||||
static void output_motors_disarmed()
|
||||
{
|
||||
//heli_move_servos_to_mid();
|
||||
if(g.rc_3.control_in > 0){
|
||||
// we have pushed up the throttle
|
||||
// remove safety
|
||||
motor_auto_armed = true;
|
||||
}
|
||||
|
||||
output_motors_armed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user