commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: uhd: fixed missing #ifdef from botch


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: uhd: fixed missing #ifdef from botched merge fixup
Date: Mon, 6 Mar 2017 03:52:08 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit faae419fdd17e6ba0c2d9498404dfe525740e09d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 5 19:46:43 2017 -0800

    uhd: fixed missing #ifdef from botched merge fixup
---
 gr-uhd/lib/usrp_source_impl.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-uhd/lib/usrp_source_impl.cc b/gr-uhd/lib/usrp_source_impl.cc
index 2a16b37..cbc7cb1 100644
--- a/gr-uhd/lib/usrp_source_impl.cc
+++ b/gr-uhd/lib/usrp_source_impl.cc
@@ -61,6 +61,7 @@ namespace gr {
       _samp_rate = this->get_samp_rate();
 #ifdef GR_UHD_USE_STREAM_API
       _samps_per_packet = 1;
+#endif
       register_msg_cmd_handler(CMD_TAG_KEY, 
boost::bind(&usrp_source_impl::_cmd_handler_tag, this, _1));
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]