Generic tracing; removed iso14a_XX-functions, removed traceLen as global varible

This commit is contained in:
Martin Holst Swende
2015-02-07 20:49:40 +01:00
parent 7d5ebac993
commit 3000dc4e7e
12 changed files with 160 additions and 167 deletions

View File

@@ -1192,7 +1192,7 @@ void RAMFUNC SnoopIso14443(void)
Dbprintf(" Uart State: %x", Uart.state);
Dbprintf(" Uart ByteCnt: %i", Uart.byteCnt);
Dbprintf(" Uart ByteCntMax: %i", Uart.byteCntMax);
Dbprintf(" Trace length: %i", traceLen);
Dbprintf(" Trace length: %i", BigBuf_get_traceLen());
}
/*