diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-05 17:39:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-05 17:39:18 -0700 |
commit | 94a492dc40a6450ada3fe34a7440c31077d9690e (patch) | |
tree | 2a6f90356b067d732e7f2a3366003fc71269ee61 /host/include | |
parent | 3ac3457184bc3b251ce7398eee56c931983abe65 (diff) | |
download | uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.tar.gz uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.tar.bz2 uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.zip |
uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support to usrp2
Diffstat (limited to 'host/include')
-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 bc3f1f8c9..f44275aad 100644 --- a/host/include/uhd/usrp/mboard_eeprom.hpp +++ b/host/include/uhd/usrp/mboard_eeprom.hpp @@ -37,7 +37,7 @@ namespace uhd{ namespace usrp{ //! Possible EEPROM maps types enum map_type{ MAP_NXXX, - MAP_BXXX + MAP_B1XX }; //! Make a new empty mboard eeprom |