mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
removed commented out code
This commit is contained in:
parent
aede4037cf
commit
bfdb4d7564
1 changed files with 0 additions and 2 deletions
|
@ -619,9 +619,7 @@ void mspInit(serialConfig_t *serialConfig)
|
||||||
|
|
||||||
#ifdef LED_STRIP
|
#ifdef LED_STRIP
|
||||||
if (feature(FEATURE_LED_STRIP)) {
|
if (feature(FEATURE_LED_STRIP)) {
|
||||||
//activeBoxIds[activeBoxIdCount++] = BOXLEDMAX;
|
|
||||||
activeBoxIds[activeBoxIdCount++] = BOXLEDLOW;
|
activeBoxIds[activeBoxIdCount++] = BOXLEDLOW;
|
||||||
//activeBoxIds[activeBoxIdCount++] = BOXLLIGHTS;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue