mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
minor
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user