diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-10-19 17:00:15 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-11-13 09:43:52 -0800 |
commit | 3b206caa2cfdaff7db2c6cef56596369317fbbc6 (patch) | |
tree | 89c89dea0323e01a17b286de48f3790ea293c773 /host | |
parent | 0adacaa25244d97903674f83d935e399c84bdf80 (diff) | |
download | uhd-3b206caa2cfdaff7db2c6cef56596369317fbbc6.tar.gz uhd-3b206caa2cfdaff7db2c6cef56596369317fbbc6.tar.bz2 uhd-3b206caa2cfdaff7db2c6cef56596369317fbbc6.zip |
fixup! uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/usrp/mboard_eeprom.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/mboard_eeprom.hpp b/host/include/uhd/usrp/mboard_eeprom.hpp index 270cde1a2..76b8ea7a9 100644 --- a/host/include/uhd/usrp/mboard_eeprom.hpp +++ b/host/include/uhd/usrp/mboard_eeprom.hpp @@ -35,7 +35,7 @@ namespace uhd{ namespace usrp{ * EEPROM chips themselves. Most devices will write the EEPROM itself when * the according property is updated. */ - using mboard_eeprom_t = uhd::dict<std::string, std::string>; + typedef uhd::dict<std::string, std::string> mboard_eeprom_t; }} // namespace uhd::usrp |