diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-02-12 10:30:34 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-02-12 10:30:34 -0800 |
commit | 3157734691882662fae4f86475a78db8fee1b441 (patch) | |
tree | 1187761cd75ddab101e532c5e8c50901e7e93acb /firmware/usrp3/include | |
parent | bfe4982ac3aa5f75eba89f25e896a0455c6b2930 (diff) | |
download | uhd-3157734691882662fae4f86475a78db8fee1b441.tar.gz uhd-3157734691882662fae4f86475a78db8fee1b441.tar.bz2 uhd-3157734691882662fae4f86475a78db8fee1b441.zip |
usrp3,x300: Replaced printfs with traces
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 { |