From 3b206caa2cfdaff7db2c6cef56596369317fbbc6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 19 Oct 2017 17:00:15 -0700 Subject: fixup! uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code --- host/include/uhd/usrp/mboard_eeprom.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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; + typedef uhd::dict mboard_eeprom_t; }} // namespace uhd::usrp -- cgit v1.2.3