diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-19 18:23:19 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-19 18:23:19 -0700 |
commit | 2f3269f359043290fcaa7659e90292919306a8bc (patch) | |
tree | 0063f653dbfdaf51cdf386a1e96f81f700a2a52d /host/lib/usrp/usrp1/usrp1_impl.hpp | |
parent | a32c3217cb703430f417cf5a3b816f6fd0f70ed3 (diff) | |
download | uhd-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.hpp | 6 |
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: /*! |