printandlogs..

This commit is contained in:
iceman1001 2019-04-07 18:12:58 +02:00
commit 27003904ce
9 changed files with 86 additions and 57 deletions

View file

@ -385,7 +385,7 @@ int CmdHFMFPRdbl(const char *cmd) {
}
if (blocksCount > 1 && mfIsSectorTrailer(blockn)) {
PrintAndLog("WARNING: trailer!");
PrintAndLogEx(WARNING, "WARNING: trailer!");
}
uint8_t sectorNum = mfSectorNum(blockn & 0xff);