1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2016-04-08 16:47:28 +10:00
parent d5268f0b95
commit ec3c7d056b

View file

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