Browse Source

hack to fix Motor lights when arming after init.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3101 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
jasonshort 14 years ago
parent
commit
e0425af1f4
  1. 1
      ArduCopterMega/leds.pde

1
ArduCopterMega/leds.pde

@ -89,6 +89,7 @@ static void clear_leds() @@ -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…
Cancel
Save