mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fix beeper dump output bug
This commit is contained in:
parent
3df01ac21d
commit
ee57ba387a
1 changed files with 1 additions and 1 deletions
|
@ -1901,7 +1901,7 @@ static void cliDump(char *cmdline)
|
||||||
if (mask & (1 << i))
|
if (mask & (1 << i))
|
||||||
cliPrintf("beeper -%s\r\n", beeperNameForTableIndex(i));
|
cliPrintf("beeper -%s\r\n", beeperNameForTableIndex(i));
|
||||||
else
|
else
|
||||||
cliPrintf("beeper %s\r\n", beeperNameForTableIndex(i));
|
cliPrintf("beeper %s\r\n", beeperNameForTableIndex(i));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue