diff options
-rw-r--r-- | host/lib/usrp/usrp_e100/io_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/io_impl.cpp b/host/lib/usrp/usrp_e100/io_impl.cpp index d85beca8b..4364f131f 100644 --- a/host/lib/usrp/usrp_e100/io_impl.cpp +++ b/host/lib/usrp/usrp_e100/io_impl.cpp @@ -43,7 +43,7 @@ static const int underflow_flags = async_metadata_t::EVENT_CODE_UNDERFLOW | asyn /*********************************************************************** * Helpers **********************************************************************/ -#if 0 +#if 1 # define debug_print_buff(...) #else static void debug_print_buff(const std::string &what, managed_recv_buffer::sptr buff){ |