fix: 'hf 15 write' - faulty string formatter token

This commit is contained in:
iceman1001 2019-02-02 19:30:32 +01:00
parent 845496b625
commit 77f4492433

View file

@ -1241,7 +1241,7 @@ int CmdHF15Write(const char *Cmd) {
AddCrc(req, reqlen);
c.arg[0] = reqlen+2;
PrintAndLogEx(NORMAL, "iso15693 writing to page %02d (0x&02X) | data ", pagenum, pagenum);
PrintAndLogEx(NORMAL, "iso15693 writing to page %02d (0x%02X) | data ", pagenum, pagenum);
clearCommandBuffer();
SendCommand(&c);