From 7e296167f384a904e2eb0a17d872ad91d012ca09 Mon Sep 17 00:00:00 2001 From: Jason Abele Date: Thu, 15 Mar 2012 21:12:44 -0700 Subject: Disabling the SBX mixer and baseband amp causes grief Some ADA4927 / AD5380 combinations do not appreciate being disabled, so lets not disable them --- host/lib/usrp/dboard/db_sbx_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') 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 -- cgit v1.2.3