1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 13:55:18 +03:00

Fixed initialisation problem with LED_STRIP.

This commit is contained in:
mikeller 2019-02-08 03:01:36 +13:00 committed by Michael Keller
parent 760300b562
commit 9f8cafbf8b
8 changed files with 64 additions and 73 deletions

View file

@ -652,8 +652,6 @@ void init(void)
#ifdef USE_LED_STRIP
ledStripInit();
delayMicroseconds(50);
if (featureIsEnabled(FEATURE_LED_STRIP)) {
ledStripEnable();
}