diff options
author | Jason Abele <jason@ettus.com> | 2012-03-15 21:12:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-16 14:02:57 -0700 |
commit | 7e296167f384a904e2eb0a17d872ad91d012ca09 (patch) | |
tree | d3c5d497f9890bd5d27aa1a800cab385c69bff5a /host/lib | |
parent | 6d53b7eb4b94ec5e0d52cffbbc43fa63516ac270 (diff) | |
download | uhd-7e296167f384a904e2eb0a17d872ad91d012ca09.tar.gz uhd-7e296167f384a904e2eb0a17d872ad91d012ca09.tar.bz2 uhd-7e296167f384a904e2eb0a17d872ad91d012ca09.zip |
Disabling the SBX mixer and baseband amp causes grief
Some ADA4927 / AD5380 combinations do not appreciate
being disabled, so lets not disable them
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/dboard/db_sbx_common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_sbx_common.hpp b/host/lib/usrp/dboard/db_sbx_common.hpp index 6380ddb47..501a7f1fc 100644 --- a/host/lib/usrp/dboard/db_sbx_common.hpp +++ b/host/lib/usrp/dboard/db_sbx_common.hpp @@ -51,7 +51,7 @@ #define TX_MIXER_DIS 0 #define RX_MIXER_ENB (SYNTH_PDBRF) -#define RX_MIXER_DIS RX_DISABLE +#define RX_MIXER_DIS 0 // Pin functions #define TX_LED_IO (TX_LED_TXRX|TX_LED_LD) // LED gpio lines, pull down for LED |