From 65269307fcdf3228a3fcd6f33d6a4be2530f1654 Mon Sep 17 00:00:00 2001 From: Eric Blossom 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_init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usrp2/firmware/lib/db_init.c') diff --git a/usrp2/firmware/lib/db_init.c b/usrp2/firmware/lib/db_init.c index 925a34f39..a0bfc5cfb 100644 --- a/usrp2/firmware/lib/db_init.c +++ b/usrp2/firmware/lib/db_init.c @@ -69,7 +69,9 @@ struct db_base *all_dboards[] = { &db_rfx_2400_tx, &db_rfx_2400_rx, &db_tvrx1, +#if 0 &db_tvrx2, +#endif &db_tvrx3, &db_dbsrx, &db_xcvr2450_tx, -- cgit