aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-17 23:06:48 -0800
committerJosh Blum <josh@joshknows.com>2011-02-17 23:06:48 -0800
commitede85c10ae74221ba4a715df2b45f27935503393 (patch)
tree3dc8f1f7a77992daef12110a9527f0046d58dbe9 /host/lib/usrp/usrp_e100/mboard_impl.cpp
parente128948a96f8587eb7e965ad462c61fc25b87536 (diff)
downloaduhd-ede85c10ae74221ba4a715df2b45f27935503393.tar.gz
uhd-ede85c10ae74221ba4a715df2b45f27935503393.tar.bz2
uhd-ede85c10ae74221ba4a715df2b45f27935503393.zip
uhd: got all compiling w/ changes, changes to channel calculation in multi usrp
Diffstat (limited to 'host/lib/usrp/usrp_e100/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e100/mboard_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e100/mboard_impl.cpp b/host/lib/usrp/usrp_e100/mboard_impl.cpp
index 0e08cd435..a4db53715 100644
--- a/host/lib/usrp/usrp_e100/mboard_impl.cpp
+++ b/host/lib/usrp/usrp_e100/mboard_impl.cpp
@@ -167,10 +167,6 @@ void usrp_e100_impl::mboard_set(const wax::obj &key, const wax::obj &val){
//handle the get request conditioned on the key
switch(key.as<mboard_prop_t>()){
- case MBOARD_PROP_STREAM_CMD:
- issue_stream_cmd(val.as<stream_cmd_t>());
- return;
-
case MBOARD_PROP_TIME_NOW:
case MBOARD_PROP_TIME_PPS:{
time_spec_t time_spec = val.as<time_spec_t>();