diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-11 18:09:45 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-12 10:16:48 -0700 |
commit | 1a695f94849644773deda18f84a07ef1a206481b (patch) | |
tree | 5fa3699ec69792bf01251fac3ef670a771bed915 /host/include | |
parent | 08b23bf3c6fcd0aaa84be74b4890687491e561bb (diff) | |
download | uhd-1a695f94849644773deda18f84a07ef1a206481b.tar.gz uhd-1a695f94849644773deda18f84a07ef1a206481b.tar.bz2 uhd-1a695f94849644773deda18f84a07ef1a206481b.zip |
b100: new eeprom map for special 9 byte serial
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/mboard_eeprom.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/mboard_eeprom.hpp b/host/include/uhd/usrp/mboard_eeprom.hpp index ea66bb2e0..c47f894be 100644 --- a/host/include/uhd/usrp/mboard_eeprom.hpp +++ b/host/include/uhd/usrp/mboard_eeprom.hpp @@ -38,6 +38,7 @@ namespace uhd{ namespace usrp{ enum map_type{ MAP_N100, MAP_B000, + MAP_B100, MAP_E100 }; |