1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

MSP to 20 + typo

Set MSP to 20
Fix typo in reevaluateLedConfig
This commit is contained in:
gaelj 2016-06-26 15:16:13 +02:00
parent f8906956ad
commit 59632f472f
3 changed files with 3 additions and 3 deletions

View file

@ -1804,7 +1804,7 @@ static bool processInCommand(void)
}
ledConfig_t *ledConfig = &masterConfig.ledConfigs[i];
*ledConfig = read32();
reevalulateLedConfig();
reevaluateLedConfig();
}
break;