mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
minor
This commit is contained in:
parent
a45238236d
commit
95822d8360
1 changed files with 2 additions and 3 deletions
|
@ -219,7 +219,6 @@ static int getReply(PacketResponseNG *packet) {
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
static void PacketResponseReceived(PacketResponseNG *packet) {
|
static void PacketResponseReceived(PacketResponseNG *packet) {
|
||||||
|
|
||||||
//DOEGOX
|
|
||||||
// PrintAndLogEx(NORMAL, "RECV %s magic %08x length %04x status %04x crc %04x cmd %04x",
|
// PrintAndLogEx(NORMAL, "RECV %s magic %08x length %04x status %04x crc %04x cmd %04x",
|
||||||
// packet->ng ? "NG" : "OLD", packet->magic, packet->length, packet->status, packet->crc, packet->cmd);
|
// packet->ng ? "NG" : "OLD", packet->magic, packet->length, packet->status, packet->crc, packet->cmd);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue