aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-19 18:23:19 -0700
committerJosh Blum <josh@joshknows.com>2010-08-19 18:23:19 -0700
commit2f3269f359043290fcaa7659e90292919306a8bc (patch)
tree0063f653dbfdaf51cdf386a1e96f81f700a2a52d /host/lib/usrp/usrp1/usrp1_impl.hpp
parenta32c3217cb703430f417cf5a3b816f6fd0f70ed3 (diff)
downloaduhd-2f3269f359043290fcaa7659e90292919306a8bc.tar.gz
uhd-2f3269f359043290fcaa7659e90292919306a8bc.tar.bz2
uhd-2f3269f359043290fcaa7659e90292919306a8bc.zip
usrp1: images for usrp1, makefile checks for image generation dependencies
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.hpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl.hpp
index f57f9a09a..cbd3d5315 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.hpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.hpp
@@ -93,11 +93,7 @@ public:
size_t get_max_send_samps_per_packet(void) const { return 0; }
size_t get_max_recv_samps_per_packet(void) const { return 0; }
-
- bool recv_async_msg(uhd::async_metadata_t &, size_t) {
- //TODO sleep the number of ms supplied (dont want to hog CPU)
- return false;
- }
+ bool recv_async_msg(uhd::async_metadata_t &, size_t);
private:
/*!