From 830ecd6e135d85df5f907a1cb4902e39cda05b43 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 13 Jul 2020 22:05:11 +0200 Subject: [PATCH] debugs --- armsrc/BigBuf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/armsrc/BigBuf.c b/armsrc/BigBuf.c index 9b3733d6f..f5a64bfa2 100644 --- a/armsrc/BigBuf.c +++ b/armsrc/BigBuf.c @@ -186,11 +186,12 @@ bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t iLen, uint32_t timestamp_ } 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); } + */ duration /= 32; -// duration = 0; } hdr->timestamp = timestamp_start;