From 65269307fcdf3228a3fcd6f33d6a4be2530f1654 Mon Sep 17 00:00:00 2001 From: Eric Blossom <eb@comsec.com> Date: Tue, 8 Dec 2009 15:07:33 -0800 Subject: Disable support for tvrx rev 2 on usrp2. There are only a few of these in existence. --- usrp2/firmware/lib/db_tvrx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usrp2/firmware/lib/db_tvrx.c') diff --git a/usrp2/firmware/lib/db_tvrx.c b/usrp2/firmware/lib/db_tvrx.c index f38bba8f15..49bf758835 100644 --- a/usrp2/firmware/lib/db_tvrx.c +++ b/usrp2/firmware/lib/db_tvrx.c @@ -101,6 +101,7 @@ struct db_tvrx1 db_tvrx1 = { .common.second_if = U2_DOUBLE_TO_FXPT_FREQ(5.75e6), }; +#if 0 struct db_tvrx2 db_tvrx2 = { .base.dbid = 0x000c, .base.is_tx = false, @@ -127,6 +128,7 @@ struct db_tvrx2 db_tvrx2 = { .common.first_if = U2_DOUBLE_TO_FXPT_FREQ(44e6), .common.second_if = U2_DOUBLE_TO_FXPT_FREQ(56e6), // Fs - 44e6 }; +#endif struct db_tvrx3 db_tvrx3 = { .base.dbid = 0x0040, -- cgit v1.2.3