From 01c8de2c68f45a923ce0d8c3726a2783624ace78 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 1 Apr 2014 19:37:52 +0200 Subject: uhd: Added max link rate info for usrp1, usrp2 and b100 --- host/lib/usrp/usrp1/usrp1_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp') diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp index da9fe8b16..012bc0794 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.hpp +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp @@ -39,6 +39,7 @@ #define INCLUDED_USRP1_IMPL_HPP static const std::string USRP1_EEPROM_MAP_KEY = "B000"; +static const size_t USRP1_MAX_RATE_USB2 = 32000000; // bytes/s #define FR_RB_CAPS 3 #define FR_MODE 13 -- cgit v1.2.3