mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: bigbuf adaptations
This commit is contained in:
parent
d13541791b
commit
2612cd006a
5 changed files with 51 additions and 39 deletions
|
@ -710,7 +710,7 @@ void SimulateIso14443bTag(uint32_t pupi) {
|
|||
++cmdsReceived;
|
||||
}
|
||||
if (MF_DBGLEVEL >= 2)
|
||||
Dbprintf("Emulator stopped. Tracing: %d trace length: %d ", tracing, BigBuf_get_traceLen());
|
||||
Dbprintf("Emulator stopped. Trace length: %d ", BigBuf_get_traceLen());
|
||||
switch_off(); //simulate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue