CHG: bigbuf adaptations

This commit is contained in:
iceman1001 2019-01-09 12:00:06 +01:00
commit 2612cd006a
5 changed files with 51 additions and 39 deletions

View file

@ -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
}