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:
parent
f8906956ad
commit
59632f472f
3 changed files with 3 additions and 3 deletions
|
@ -1804,7 +1804,7 @@ static bool processInCommand(void)
|
|||
}
|
||||
ledConfig_t *ledConfig = &masterConfig.ledConfigs[i];
|
||||
*ledConfig = read32();
|
||||
reevalulateLedConfig();
|
||||
reevaluateLedConfig();
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue