diff options
Diffstat (limited to 'usrp/host/lib/legacy')
-rw-r--r-- | usrp/host/lib/legacy/db_xcvr2450.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/legacy/db_xcvr2450.cc b/usrp/host/lib/legacy/db_xcvr2450.cc index ed8d70a7f..c65080e6c 100644 --- a/usrp/host/lib/legacy/db_xcvr2450.cc +++ b/usrp/host/lib/legacy/db_xcvr2450.cc @@ -271,7 +271,7 @@ xcvr2450::send_reg(int v) std::string s(c, 3); usrp()->_write_spi(0, d_spi_enable, d_spi_format, s); - printf("xcvr2450: Setting reg %d to %X\n", (v&15), v); + //printf("xcvr2450: Setting reg %d to %X\n", (v&15), v); } // -------------------------------------------------------------------- |