diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-16 08:03:58 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-16 08:03:58 -0700 |
commit | 33df8cb121330498e9e5d9d29fadd815ad797f2f (patch) | |
tree | 0742ca835f01972e68ae35ab6fa64a50d44c391c /gr-uhd/lib | |
parent | 527c21cb6a3b1b32610c4acf0bec8956ace2c5bf (diff) | |
parent | fdfece16643f4f997cdbbd14a8646ae5f417e258 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/lib')
-rw-r--r-- | gr-uhd/lib/usrp_sink_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/usrp_sink_impl.cc b/gr-uhd/lib/usrp_sink_impl.cc index 0b1ad6488c..b6c1f9311d 100644 --- a/gr-uhd/lib/usrp_sink_impl.cc +++ b/gr-uhd/lib/usrp_sink_impl.cc @@ -809,7 +809,7 @@ namespace gr { _metadata.time_spec = _start_time; } else { - _metadata.time_spec = get_time_now() + ::uhd::time_spec_t(0.01); + _metadata.time_spec = get_time_now() + ::uhd::time_spec_t(0.15); } #ifdef GR_UHD_USE_STREAM_API |