aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-10 11:27:42 -0800
committerJosh Blum <josh@joshknows.com>2010-11-10 11:27:42 -0800
commit123de6dad521ca3dbc44a5d9fc70ff754f1196e3 (patch)
tree53f03bfd7a33e85646c5c21ad685e48202789eb5 /host/lib/usrp/usrp2/mboard_impl.cpp
parent793519d66aa569f45bbda25ba7f36c1534a451bb (diff)
parent8c434f7d63aca25b55d6d13dffcc1d7037261d4f (diff)
downloaduhd-123de6dad521ca3dbc44a5d9fc70ff754f1196e3.tar.gz
uhd-123de6dad521ca3dbc44a5d9fc70ff754f1196e3.tar.bz2
uhd-123de6dad521ca3dbc44a5d9fc70ff754f1196e3.zip
Merge branch 'master' into usrp_e100_i2c
Conflicts: host/utils/CMakeLists.txt
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/mboard_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp
index df98ba275..a6ca7f2d3 100644
--- a/host/lib/usrp/usrp2/mboard_impl.cpp
+++ b/host/lib/usrp/usrp2/mboard_impl.cpp
@@ -316,8 +316,8 @@ void usrp2_mboard_impl::set(const wax::obj &key, const wax::obj &val){
case MBOARD_PROP_EEPROM_MAP:
// Step1: commit the map, writing only those values set.
// Step2: readback the entire eeprom map into the iface.
- val.as<mboard_eeprom_t>().commit(*_iface, mboard_eeprom_t::MAP_NXXX);
- _iface->mb_eeprom = mboard_eeprom_t(*_iface, mboard_eeprom_t::MAP_NXXX);
+ val.as<mboard_eeprom_t>().commit(*_iface, mboard_eeprom_t::MAP_N100);
+ _iface->mb_eeprom = mboard_eeprom_t(*_iface, mboard_eeprom_t::MAP_N100);
return;
default: UHD_THROW_PROP_SET_ERROR();