diff options
author | ttsou | 2009-09-14 00:08:02 -0400 |
---|---|---|
committer | ttsou | 2009-09-16 17:08:52 -0400 |
commit | 0f03f1c1d460d865aeff91b9538266b0b210a357 (patch) | |
tree | 12d6281362c71538c6be8a1adc52774021e2af2f /usrp/host/lib/usrp_basic_libusb.cc | |
parent | 2c30dff7d519987a0f239f29f09e340d203c0148 (diff) | |
download | gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.tar.gz gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.tar.bz2 gnuradio-0f03f1c1d460d865aeff91b9538266b0b210a357.zip |
Combined additiona usrp_prims code
Diffstat (limited to 'usrp/host/lib/usrp_basic_libusb.cc')
-rw-r--r-- | usrp/host/lib/usrp_basic_libusb.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usrp/host/lib/usrp_basic_libusb.cc b/usrp/host/lib/usrp_basic_libusb.cc index c4842cac9..bd22d6ad4 100644 --- a/usrp/host/lib/usrp_basic_libusb.cc +++ b/usrp/host/lib/usrp_basic_libusb.cc @@ -43,13 +43,6 @@ using namespace ad9862; #define NELEM(x) (sizeof (x) / sizeof (x[0])) -// These set the buffer size used for each end point using the fast -// usb interface. The kernel ends up locking down this much memory. - -static const int FUSB_BUFFER_SIZE = fusb_sysconfig::default_buffer_size(); -static const int FUSB_BLOCK_SIZE = fusb_sysconfig::max_block_size(); -static const int FUSB_NBLOCKS = FUSB_BUFFER_SIZE / FUSB_BLOCK_SIZE; - static const double POLLING_INTERVAL = 0.1; // seconds @@ -65,7 +58,6 @@ static const double POLLING_INTERVAL = 0.1; // seconds // CLKIN = 64 MHz // CLKSEL pin = high // -// These settings give us: // CLKOUT1 = CLKIN = 64 MHz // CLKOUT2 = CLKIN = 64 MHz // ADC is clocked at 64 MHz |