mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
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:
parent
96d6c01bdc
commit
3cf5abcd23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user