Fix beeper dump output bug

This commit is contained in:
KiteAnton 2016-03-12 10:30:26 +01:00
parent 3df01ac21d
commit ee57ba387a
1 changed files with 1 additions and 1 deletions

View File

@ -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