This commit is contained in:
iceman1001 2019-03-09 11:31:53 +01:00
commit d998602690
2 changed files with 2 additions and 2 deletions

View file

@ -1501,7 +1501,7 @@ int CmdT55xxWipe(const char *Cmd) {
bool IsCancelled(void) {
if (ukbhit()) {
int gc = getchar(); (void)gc;
PrintAndLogEx(NORMAL, "\naborted via keyboard!\n");
PrintAndLogEx(WARNING, "\naborted via keyboard!\n");
return true;
}
return false;