Copter: beep twice during arming

This commit is contained in:
Randy Mackay 2013-05-27 13:55:34 +09:00
parent 15a84972d1
commit 6ecd2d74a3

View File

@ -173,6 +173,10 @@ static void init_arm_motors()
// set hover throttle
motors.set_mid_throttle(g.throttle_mid);
#if COPTER_LEDS == ENABLED
piezo_beep_twice();
#endif
// enable output to motors
output_min();