1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +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

@ -1469,6 +1469,8 @@ static bool processInCommand(void)
mask = read8();
ledConfig->xy |= CALCULATE_LED_Y(mask);
reevalulateLedConfig();
}
break;
#endif