summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-09 16:18:44 -0700
committerJosh Blum <josh@joshknows.com>2011-06-09 16:18:44 -0700
commit3724b821f1db99f5eaba3b46d76310549074eaf6 (patch)
tree9a2f10c305930c63c2894ece5b9a979dc2f9f4c6 /host/lib
parent72de17aaf6ab91ce47864c2b7a8ec30c1ab40002 (diff)
downloaduhd-3724b821f1db99f5eaba3b46d76310549074eaf6.tar.gz
uhd-3724b821f1db99f5eaba3b46d76310549074eaf6.tar.bz2
uhd-3724b821f1db99f5eaba3b46d76310549074eaf6.zip
usrp-e100: fix message typo, its master_clock_rate
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/usrp_e100/mboard_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/mboard_impl.cpp b/host/lib/usrp/usrp_e100/mboard_impl.cpp
index b2533e7ee..483286e47 100644
--- a/host/lib/usrp/usrp_e100/mboard_impl.cpp
+++ b/host/lib/usrp/usrp_e100/mboard_impl.cpp
@@ -209,7 +209,7 @@ 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 want to pass this into the device address as mcr=<rate>.\n"
+ << "You may pass this into the device address as master_clock_rate=<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"
;