hack to fix Motor lights when arming after init.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3101 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-08-14 18:56:31 +00:00
parent 75114aa93f
commit e0425af1f4

View File

@ -89,6 +89,7 @@ static void clear_leds()
digitalWrite(A_LED_PIN, LOW);
digitalWrite(B_LED_PIN, LOW);
digitalWrite(C_LED_PIN, LOW);
led_mode = NORMAL_LEDS;
}
#if MOTOR_LEDS == 1