use PrintAndLogEx() instead of PrintAndLog()

This commit is contained in:
Brian Pow 2018-02-22 09:42:33 +08:00
commit 668b44ba26
4 changed files with 13 additions and 14 deletions

View file

@ -955,7 +955,7 @@ int CmdDetectClockRate(const char *Cmd)
clock = GetPskClock("", true);
break;
default :
PrintAndLog ("Please specify a valid modulation to detect the clock of - see option h for help");
PrintAndLogEx(NORMAL, "Please specify a valid modulation to detect the clock of - see option h for help");
break;
}
RepaintGraphWindow();