diff options
author | Josh Blum <josh@joshknows.com> | 2012-08-01 13:07:54 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-08-01 13:07:54 -0700 |
commit | 64d1553850fa729e3d4bf0a1d496c47316ac0c34 (patch) | |
tree | 2df020cc953aa4c9a14a9802823787c7c9961340 /host/lib | |
parent | 461eb1c72942f35cd1eee7901c240368d003325a (diff) | |
download | uhd-64d1553850fa729e3d4bf0a1d496c47316ac0c34.tar.gz uhd-64d1553850fa729e3d4bf0a1d496c47316ac0c34.tar.bz2 uhd-64d1553850fa729e3d4bf0a1d496c47316ac0c34.zip |
xcvr2450: disable transmit PAs when receiving
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/dboard/db_xcvr2450.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_xcvr2450.cpp b/host/lib/usrp/dboard/db_xcvr2450.cpp index 9d0033a9a..439e1b35e 100644 --- a/host/lib/usrp/dboard/db_xcvr2450.cpp +++ b/host/lib/usrp/dboard/db_xcvr2450.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2011 Ettus Research LLC +// Copyright 2010-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ #define HB_PA_TXIO LB_PA_OFF_TXIO #define LB_PA_TXIO HB_PA_OFF_TXIO #define TX_ENB_TXIO TX_EN_TXIO -#define TX_DIS_TXIO 0 +#define TX_DIS_TXIO (HB_PA_OFF_TXIO | LB_PA_OFF_TXIO) #define AD9515DIV_3_TXIO AD9515DIV_TXIO #define AD9515DIV_2_TXIO 0 |