mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix iclass sof tracelog
This commit is contained in:
parent
2d368ba2d8
commit
0f5e58a81c
1 changed files with 2 additions and 3 deletions
|
@ -281,7 +281,6 @@ static uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *tr
|
|||
} else {
|
||||
sprintf(line[0], "<empty trace - possible error>");
|
||||
}
|
||||
return tracepos;
|
||||
}
|
||||
|
||||
for (int j = 0; j < data_len && j / 18 < 18; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue