diff options
Diffstat (limited to 'firmware/usrp3/include')
-rw-r--r-- | firmware/usrp3/include/trace.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |