diff options
-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 |