1
0
Fork 0
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:
ASDosjani 2023-04-06 12:54:31 +02:00 committed by GitHub
parent 437b03eb1f
commit e195bf7717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 56 deletions

View file

@ -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();