mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
minor
This commit is contained in:
parent
a45238236d
commit
95822d8360
1 changed files with 2 additions and 3 deletions
|
@ -219,9 +219,8 @@ static int getReply(PacketResponseNG *packet) {
|
|||
//-----------------------------------------------------------------------------
|
||||
static void PacketResponseReceived(PacketResponseNG *packet) {
|
||||
|
||||
//DOEGOX
|
||||
//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);
|
||||
// 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);
|
||||
|
||||
switch (packet->cmd) {
|
||||
// First check if we are handling a debug message
|
||||
|
|
Loading…
Reference in a new issue