mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +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))
|
||||
cliPrintf("beeper -%s\r\n", beeperNameForTableIndex(i));
|
||||
else
|
||||
cliPrintf("beeper %s\r\n", beeperNameForTableIndex(i));
|
||||
cliPrintf("beeper %s\r\n", beeperNameForTableIndex(i));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue