diff options
author | Tom Rondeau <tom@trondeau.com> | 2016-02-04 18:19:41 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2016-02-04 18:19:41 -0500 |
commit | 5c00c2d688bd95cde8550e75030e27a7ef4dc657 (patch) | |
tree | 5a2ede48f1ac965cebc7e95fda795fcf0bfd21d6 | |
parent | 15b8f49fcb76483818a524adcb0a0456b94a15ba (diff) |
Update to commit 0f4859c0a1c705199b74131e05605342c840bd31.
Changing the grc file for the pfb_clock_sync blocks to use update_taps
instead of set_taps.
-rw-r--r-- | gr-digital/grc/digital_pfb_clock_sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/grc/digital_pfb_clock_sync.xml b/gr-digital/grc/digital_pfb_clock_sync.xml index 255eb7f7a3..c54417f2cb 100644 --- a/gr-digital/grc/digital_pfb_clock_sync.xml +++ b/gr-digital/grc/digital_pfb_clock_sync.xml @@ -9,7 +9,7 @@ <key>digital_pfb_clock_sync_xxx</key> <import>from gnuradio import digital</import> <make>digital.pfb_clock_sync_$(type)($sps, $loop_bw, $taps, $filter_size, $init_phase, $max_dev, $osps)</make> - <callback>set_taps($taps)</callback> + <callback>update_taps($taps)</callback> <callback>set_loop_bandwidth($loop_bw)</callback> <param> |