This commit is contained in:
Philippe Teuwen 2019-04-19 01:14:04 +02:00
commit a6f52e839f

View file

@ -1314,7 +1314,7 @@ static command_t CommandTable[] = {
static int CmdHF15Help(const char *Cmd) {
(void)Cmd; // Cmd is not used so far
CmdsHelp(CommandTable15);
CmdsHelp(CommandTable);
return 0;
}