chg:simpler debug printing

This commit is contained in:
iceman1001 2018-02-21 16:41:39 +01:00
commit 0248352ea6
6 changed files with 30 additions and 33 deletions

View file

@ -362,10 +362,10 @@ int CmdAWIDDemod(const char *Cmd) {
break;
}
if (g_debugMode){
PrintAndLogEx(DEBUG, "DEBUG: AWID idx: %d, Len: %d Printing Demod Buffer:", idx, size);
PrintAndLogEx(DEBUG, "DEBUG: AWID idx: %d, Len: %d Printing Demod Buffer:", idx, size);
if (g_debugMode)
printDemodBuff();
}
return 1;
}