From 3864a794b46979645cf337b97532746b37fed95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Thu, 7 Feb 2019 18:20:20 +0100 Subject: [PATCH] minor: improve debug output Change-Id: Ibfc22b95c0be3ac78bd50a40e31cc7d8546d81d9 --- firmware/libcommon/source/sniffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/libcommon/source/sniffer.c b/firmware/libcommon/source/sniffer.c index 33c16d36..82c4b3f7 100644 --- a/firmware/libcommon/source/sniffer.c +++ b/firmware/libcommon/source/sniffer.c @@ -214,8 +214,8 @@ static void update_wt(uint8_t wi, uint8_t d) if (0 != d) { wt_d = d; } - wt = wt_wi*960UL*wt_d; - TRACE_INFO("WT updated to %lu\n\r", wt); + wt = wt_wi * 960UL * wt_d; + TRACE_INFO("WT updated to %lu ETU\n\r", wt); } /*! Allocate USB buffer and push + initialize simtrace_msg_hdr