From 976df9d40be11a16900464a7ef44603856f0c5a1 Mon Sep 17 00:00:00 2001 From: eb Date: Thu, 5 Mar 2009 01:21:44 +0000 Subject: New standalone firmware, burn_dbsrx_eeprom, that burns new dbid into modified DBS Rx daughterboard. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10560 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp/host/lib/inband/usrp_usb_interface.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usrp/host/lib/inband') diff --git a/usrp/host/lib/inband/usrp_usb_interface.cc b/usrp/host/lib/inband/usrp_usb_interface.cc index a0cb95520..fb7109a5a 100644 --- a/usrp/host/lib/inband/usrp_usb_interface.cc +++ b/usrp/host/lib/inband/usrp_usb_interface.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007,2008 Free Software Foundation, Inc. + * Copyright 2007,2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -553,7 +553,6 @@ usrp_usb_interface::pick_rx_subdevice() USRP_DBID_TV_RX, USRP_DBID_TV_RX_REV_2, USRP_DBID_DBS_RX, - USRP_DBID_DBS_RX_REV_2_1, USRP_DBID_BASIC_RX }; -- cgit