aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/dsp_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-28 11:25:26 -0700
committerJosh Blum <josh@joshknows.com>2010-04-28 11:25:26 -0700
commit1b924876d7d7216504e604137ed0ade36460169f (patch)
tree0667a56d9fb77f5c1427bd44ed097997ea825c8a /host/lib/usrp/usrp_e/dsp_impl.cpp
parentcbd9e1da0866893d86320787a99cf4257478c539 (diff)
downloaduhd-1b924876d7d7216504e604137ed0ade36460169f.tar.gz
uhd-1b924876d7d7216504e604137ed0ade36460169f.tar.bz2
uhd-1b924876d7d7216504e604137ed0ade36460169f.zip
usrp-e branch compiling with recent master pulled in
Diffstat (limited to 'host/lib/usrp/usrp_e/dsp_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e/dsp_impl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e/dsp_impl.cpp b/host/lib/usrp/usrp_e/dsp_impl.cpp
index e32c76a3d..272ac71b3 100644
--- a/host/lib/usrp/usrp_e/dsp_impl.cpp
+++ b/host/lib/usrp/usrp_e/dsp_impl.cpp
@@ -34,14 +34,14 @@ void usrp_e_impl::rx_ddc_init(void){
* RX DDC Get
**********************************************************************/
void usrp_e_impl::rx_ddc_get(const wax::obj &, wax::obj &){
-
+ UHD_THROW_PROP_GET_ERROR();
}
/***********************************************************************
* RX DDC Set
**********************************************************************/
void usrp_e_impl::rx_ddc_set(const wax::obj &, const wax::obj &){
-
+ UHD_THROW_PROP_SET_ERROR();
}
/***********************************************************************
@@ -58,12 +58,12 @@ void usrp_e_impl::tx_duc_init(void){
* TX DUC Get
**********************************************************************/
void usrp_e_impl::tx_duc_get(const wax::obj &, wax::obj &){
-
+ UHD_THROW_PROP_GET_ERROR();
}
/***********************************************************************
* TX DUC Set
**********************************************************************/
void usrp_e_impl::tx_duc_set(const wax::obj &, const wax::obj &){
-
+ UHD_THROW_PROP_SET_ERROR();
}