mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge remote-tracking branch 'betaflight/master' into bfdev-osd-cms-separation-poc
This commit is contained in:
commit
e9a2f2b2c1
42 changed files with 640 additions and 344 deletions
|
@ -495,7 +495,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
#ifdef LED_STRIP
|
||||
ledStripInit(masterConfig.ledConfigs, masterConfig.colors, masterConfig.modeColors, &masterConfig.specialColors);
|
||||
ledStripInit(&masterConfig.ledStripConfig);
|
||||
|
||||
if (feature(FEATURE_LED_STRIP)) {
|
||||
ledStripEnable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue