mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
debugs
This commit is contained in:
parent
4493153dbb
commit
830ecd6e13
1 changed files with 3 additions and 2 deletions
|
@ -186,11 +186,12 @@ bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t iLen, uint32_t timestamp_
|
||||||
}
|
}
|
||||||
|
|
||||||
if (duration > 0x7FFF) {
|
if (duration > 0x7FFF) {
|
||||||
if (DBGLEVEL >= DBG_ERROR) {
|
/*
|
||||||
|
if (DBGLEVEL >= DBG_DEBUG) {
|
||||||
Dbprintf("Error in LogTrace: duration too long for 15 bits encoding: 0x%08x start: 0x%08x end: 0x%08x", duration, timestamp_start, timestamp_end);
|
Dbprintf("Error in LogTrace: duration too long for 15 bits encoding: 0x%08x start: 0x%08x end: 0x%08x", duration, timestamp_start, timestamp_end);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
duration /= 32;
|
duration /= 32;
|
||||||
// duration = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hdr->timestamp = timestamp_start;
|
hdr->timestamp = timestamp_start;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue