mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Fixed typo, BETAFLIGHTF3 flash overflow.
This commit is contained in:
parent
cedf2a1b45
commit
2ca07f7302
3 changed files with 3 additions and 2 deletions
|
@ -2261,7 +2261,7 @@ static void cliManufacturerId(char *cmdline)
|
|||
{
|
||||
const unsigned int len = strlen(cmdline);
|
||||
if (len > 0 && boardInformationIsSet() && (len != strlen(getManufacturerId()) || strncmp(getManufacturerId(), cmdline, len))) {
|
||||
cliPrintErrorLinef(ERROR_MESSAGE, "manufactuer_id", getManufacturerId());
|
||||
cliPrintErrorLinef(ERROR_MESSAGE, "manufacturer_id", getManufacturerId());
|
||||
} else {
|
||||
if (len > 0) {
|
||||
setManufacturerId(cmdline);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue