aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/dboard_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/dboard_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/dboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e/dboard_impl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e/dboard_impl.cpp b/host/lib/usrp/usrp_e/dboard_impl.cpp
index df0f1d9a9..e87a2c0a5 100644
--- a/host/lib/usrp/usrp_e/dboard_impl.cpp
+++ b/host/lib/usrp/usrp_e/dboard_impl.cpp
@@ -50,26 +50,26 @@ void usrp_e_impl::dboard_init(void){
* RX Dboard Get
**********************************************************************/
void usrp_e_impl::rx_dboard_get(const wax::obj &, wax::obj &){
-
+ UHD_THROW_PROP_GET_ERROR();
}
/***********************************************************************
* RX Dboard Set
**********************************************************************/
void usrp_e_impl::rx_dboard_set(const wax::obj &, const wax::obj &){
-
+ UHD_THROW_PROP_SET_ERROR();
}
/***********************************************************************
* TX Dboard Get
**********************************************************************/
void usrp_e_impl::tx_dboard_get(const wax::obj &, wax::obj &){
-
+ UHD_THROW_PROP_GET_ERROR();
}
/***********************************************************************
* TX Dboard Set
**********************************************************************/
void usrp_e_impl::tx_dboard_set(const wax::obj &, const wax::obj &){
-
+ UHD_THROW_PROP_SET_ERROR();
}