diff options
author | Sean Nowlan <nowlans@ieee.org> | 2014-03-08 12:39:54 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-26 23:31:54 +0200 |
commit | cdc7c902b7b3de992b49e1ffa5051e2b274481f4 (patch) | |
tree | 5dec3034f54e00930458484f6660b3e668eecfea /gr-uhd/examples/c++ | |
parent | e05164d15e8921760ff3649ae058517cab9dee40 (diff) |
uhd: fixed tags_demo
Diffstat (limited to 'gr-uhd/examples/c++')
-rw-r--r-- | gr-uhd/examples/c++/tags_demo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/examples/c++/tags_demo.cc b/gr-uhd/examples/c++/tags_demo.cc index a4e23175c1..787e3d2e4b 100644 --- a/gr-uhd/examples/c++/tags_demo.cc +++ b/gr-uhd/examples/c++/tags_demo.cc @@ -104,7 +104,7 @@ int main(int argc, char *argv[]){ boost::shared_ptr<tag_source_demo> tag_source = boost::make_shared<tag_source_demo>( time_now.get_full_secs() + 1, time_now.get_frac_secs(), //time now + 1 second - actual_samp_rate, idle_dur, burst_dur + actual_samp_rate, idle_dur, burst_dur, length_tag ); //------------------------------------------------------------------ |