1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Ensure LED configuration is re-evaluated after changes to led

configuration are made via MSP.
This commit is contained in:
Dominic Clifton 2015-01-22 21:38:09 +01:00
parent a2628c59d5
commit d2536e3792
3 changed files with 4 additions and 2 deletions

View file

@ -337,7 +337,7 @@ void updateLedCount(void)
}
}
static void reevalulateLedConfig(void)
void reevalulateLedConfig(void)
{
updateLedCount();
determineLedStripDimensions();