From 3157734691882662fae4f86475a78db8fee1b441 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Thu, 12 Feb 2015 10:30:34 -0800 Subject: usrp3,x300: Replaced printfs with traces --- firmware/usrp3/include/trace.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'firmware/usrp3/include') diff --git a/firmware/usrp3/include/trace.h b/firmware/usrp3/include/trace.h index c1bc63caa..0daa231fe 100644 --- a/firmware/usrp3/include/trace.h +++ b/firmware/usrp3/include/trace.h @@ -27,9 +27,11 @@ * If UHD_FW_TRACE_LEVEL is defined, all messages * with a verbosity >= UHD_FW_TRACE_LEVEL will be * printed. + * + * An alternate way of defining the level is the "TRACE_LEVEL" + * variable in cmake. (eg. -DTRACE_LEVEL=13). */ - -#define UHD_FW_TRACE_LEVEL 13 +//#define UHD_FW_TRACE_LEVEL 13 typedef enum { -- cgit v1.2.3