mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
BEEPER: Fix not working beeper section in cli dump
This commit is contained in:
parent
d5268f0b95
commit
ec3c7d056b
1 changed files with 1 additions and 1 deletions
|
@ -1736,7 +1736,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