mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-16 12:14:15 +08:00
fix compilation bug
This commit is contained in:
parent
eb9f67635b
commit
fe5b3b0911
1 changed files with 3 additions and 3 deletions
|
@ -991,10 +991,10 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1
|
|||
memcpy(response, rats, rats_len);
|
||||
mf_crypto1_encrypt(pcs, response, rats_len, response_par);
|
||||
EmSendCmdPar(response, rats_len, response_par);
|
||||
FpgaDisableTracing();
|
||||
} else
|
||||
} else {
|
||||
EmSendCmd(rats, rats_len);
|
||||
FpgaDisableTracing();
|
||||
}
|
||||
FpgaDisableTracing();
|
||||
if (DBGLEVEL >= DBG_EXTENDED)
|
||||
Dbprintf("[MFEMUL_WORK] RCV RATS => ACK");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue