mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Separated LED_STRIP parameter groups, separated out LED_STRIP status mode code.
This commit is contained in:
parent
af84f9e99d
commit
e121e1e92b
12 changed files with 244 additions and 246 deletions
|
@ -649,6 +649,8 @@ 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