mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
CHG: printing
This commit is contained in:
parent
3ae871f534
commit
5a34550ac5
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static void UsbCommandReceived(UsbCommand* c) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CMD_DEBUG_PRINT_INTEGERS: {
|
case CMD_DEBUG_PRINT_INTEGERS: {
|
||||||
PrintAndLogEx(NORMAL, "#db# %08x, %08x, %08x", c->arg[0], c->arg[1], c->arg[2]);
|
PrintAndLogEx(NORMAL, "#db# %" PRIx64 ", %" PRIx64 ", %" PRIx64 "", c->arg[0], c->arg[1], c->arg[2]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// iceman: hw status - down the path on device, runs printusbspeed which starts sending a lot of
|
// iceman: hw status - down the path on device, runs printusbspeed which starts sending a lot of
|
||||||
|
|
Loading…
Reference in a new issue