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:
parent
760300b562
commit
9f8cafbf8b
8 changed files with 64 additions and 73 deletions
|
@ -652,8 +652,6 @@ void init(void)
|
|||
#ifdef USE_LED_STRIP
|
||||
ledStripInit();
|
||||
|
||||
delayMicroseconds(50);
|
||||
|
||||
if (featureIsEnabled(FEATURE_LED_STRIP)) {
|
||||
ledStripEnable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue