diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-25 15:44:52 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-04-25 15:44:52 -0700 |
commit | ece754f1716b7378162b54b09b2a88e53e538d12 (patch) | |
tree | 73cfc61c344967bff5d964368785e635b9905ce2 /gr-uhd | |
parent | 873b86cb54d03b9d705a2cb3cc5c09877323ed80 (diff) | |
parent | 4aa94044e721f1a4fbff75f5bfb32c5adb5691ea (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/grc/gen_uhd_usrp_blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index 1d1f76cd95..fd2e77707e 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -61,12 +61,12 @@ self.\$(id).set_subdev_spec(\$sd_spec$(m), $m) \#end if ######################################################################## #end for +self.\$(id).set_samp_rate(\$samp_rate) \#if \$sync() == 'sync' self.\$(id).set_time_unknown_pps(uhd.time_spec()) \#elif \$sync() == 'pc_clock' self.\$(id).set_time_now(uhd.time_spec(time.time()), uhd.ALL_MBOARDS) \#end if -self.\$(id).set_samp_rate(\$samp_rate) #for $n in range($max_nchan) \#if \$nchan() > $n self.\$(id).set_center_freq(\$center_freq$(n), $n) |