mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Some small fix
This commit is contained in:
parent
6ac01e4db4
commit
2d48e33a99
2 changed files with 1 additions and 2 deletions
|
@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
}
|
||||
case CMD_STATUS: {
|
||||
Dbprintf("Packet Len:%d", packet->length);
|
||||
if (packet->length == 4)
|
||||
SendStatus(packet->data.asDwords[0]);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue