[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: Update to commit 0f4859c0a1c705199b7
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: Update to commit 0f4859c0a1c705199b74131e05605342c840bd31. |
Date: |
Thu, 4 Feb 2016 23:20:58 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit 5c00c2d688bd95cde8550e75030e27a7ef4dc657
Author: Tom Rondeau <address@hidden>
Date: Thu Feb 4 18:19:41 2016 -0500
Update to commit 0f4859c0a1c705199b74131e05605342c840bd31.
Changing the grc file for the pfb_clock_sync blocks to use update_taps
instead of set_taps.
---
gr-digital/grc/digital_pfb_clock_sync.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-digital/grc/digital_pfb_clock_sync.xml
b/gr-digital/grc/digital_pfb_clock_sync.xml
index 255eb7f..c54417f 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>