Copter: return false when arming fails

This commit is contained in:
Randy Mackay 2014-10-29 15:59:54 +09:00
parent 683f3a55c4
commit ddb8796d2c

View File

@ -205,8 +205,7 @@ static bool init_arm_motors()
motors.output_min();
failsafe_enable();
AP_Notify::flags.armed = false;
AP_Notify::flags.arming_failed = false;
return;
return false;
}
#if SPRAYER == ENABLED