aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-05-12 15:34:24 -0700
committerJosh Blum <josh@joshknows.com>2011-05-12 15:34:24 -0700
commitb60418e93a8c473372d14cd5fdf430afa6e8fed4 (patch)
tree30e9ad77044d07440df21343f7baab6f8e662e19 /host/lib/usrp/usrp_e100/mboard_impl.cpp
parentd11bb4e7ba957f14c6449f519576ab7cd85b60bd (diff)
downloaduhd-b60418e93a8c473372d14cd5fdf430afa6e8fed4.tar.gz
uhd-b60418e93a8c473372d14cd5fdf430afa6e8fed4.tar.bz2
uhd-b60418e93a8c473372d14cd5fdf430afa6e8fed4.zip
usrp-e100: created device address arg for master clock rate, removed eeprom hack
Diffstat (limited to 'host/lib/usrp/usrp_e100/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e100/mboard_impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/mboard_impl.cpp b/host/lib/usrp/usrp_e100/mboard_impl.cpp
index d31662eb5..b2533e7ee 100644
--- a/host/lib/usrp/usrp_e100/mboard_impl.cpp
+++ b/host/lib/usrp/usrp_e100/mboard_impl.cpp
@@ -209,7 +209,8 @@ void usrp_e100_impl::mboard_set(const wax::obj &key, const wax::obj &val){
case MBOARD_PROP_CLOCK_RATE:
UHD_MSG(warning)
<< "I see that you are setting the master clock rate from the API.\n"
- << "You may find it more convenient to burn this setting into the EEPROM.\n"
+ << "You may want to pass this into the device address as mcr=<rate>.\n"
+ << "This way, the clock rate is guaranteed to be initialized first.\n"
<< "See the application notes for USRP-E1XX for further instructions.\n"
;
_clock_ctrl->set_fpga_clock_rate(val.as<double>());