From c94963a43665809d0a75cebac6283cb7c88a6f5c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 12 May 2012 14:20:26 -0700 Subject: usrp: mboard eeprom map use string as key --- host/lib/usrp/e100/e100_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/e100/e100_impl.hpp') diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp index 2b083b932..381c085e0 100644 --- a/host/lib/usrp/e100/e100_impl.hpp +++ b/host/lib/usrp/e100/e100_impl.hpp @@ -53,6 +53,7 @@ static const boost::uint16_t E100_FPGA_COMPAT_NUM = 10; static const boost::uint32_t E100_RX_SID_BASE = 2; static const boost::uint32_t E100_TX_ASYNC_SID = 1; static const double E100_DEFAULT_CLOCK_RATE = 64e6; +static const std::string E100_EEPROM_MAP_KEY = "E100"; //! load an fpga image from a bin file into the usrp-e fpga extern void e100_load_fpga(const std::string &bin_file); -- cgit v1.2.3