diff options
author | Thomas Tsou <ttsou@vt.edu> | 2010-08-27 12:20:37 -0700 |
---|---|---|
committer | Thomas Tsou <ttsou@vt.edu> | 2010-08-27 12:20:37 -0700 |
commit | 1e1e70373943113b5339a7229219e3851af36561 (patch) | |
tree | 184d12ed3f4d6aa4cade71b5fea0594332671dce | |
parent | 37adb4805aeef665acd13cf975c5b59cf855d851 (diff) | |
download | uhd-1e1e70373943113b5339a7229219e3851af36561.tar.gz uhd-1e1e70373943113b5339a7229219e3851af36561.tar.bz2 uhd-1e1e70373943113b5339a7229219e3851af36561.zip |
usrp1: Disable default codec debug output
-rw-r--r-- | host/lib/usrp/usrp1/codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/codec_ctrl.cpp b/host/lib/usrp/usrp1/codec_ctrl.cpp index e4417e7fd..08f2d2a8e 100644 --- a/host/lib/usrp/usrp1/codec_ctrl.cpp +++ b/host/lib/usrp/usrp1/codec_ctrl.cpp @@ -33,7 +33,7 @@ using namespace uhd; -static const bool codec_debug = true; +static const bool codec_debug = false; const gain_range_t usrp1_codec_ctrl::tx_pga_gain_range(-20, 0, float(0.1)); const gain_range_t usrp1_codec_ctrl::rx_pga_gain_range(0, 20, 1); |