mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
9ff841efb2
commit
8c89b35f1e
3 changed files with 21 additions and 21 deletions
|
@ -634,13 +634,13 @@ void ListenReaderField(int limit) {
|
|||
}
|
||||
|
||||
static void PacketReceived(PacketCommandNG *packet) {
|
||||
/*
|
||||
/*
|
||||
if (packet->ng) {
|
||||
Dbprintf("received NG frame with %d bytes payload, with command: 0x%04x", packet->length, cmd);
|
||||
} else {
|
||||
Dbprintf("received OLD frame of %d bytes, with command: 0x%04x and args: %d %d %d", packet->length, packet->cmd, packet->oldarg[0], packet->oldarg[1], packet->oldarg[2]);
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
switch (packet->cmd) {
|
||||
#ifdef WITH_LF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue