mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Cleanup + led overlay expansion (#12554)
* Cleanup + led overlay expansion * fix tests
This commit is contained in:
parent
437b03eb1f
commit
e195bf7717
3 changed files with 48 additions and 56 deletions
|
@ -380,7 +380,7 @@ bool parseLedStripConfig(int ledIndex, const char *config)
|
|||
}
|
||||
}
|
||||
|
||||
*ledConfig = DEFINE_LED(x, y, color, direction_flags, baseFunction, overlay_flags, 0);
|
||||
*ledConfig = DEFINE_LED(x, y, color, direction_flags, baseFunction, overlay_flags);
|
||||
|
||||
reevaluateLedConfig();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue