aboutsummaryrefslogtreecommitdiffstats
path: root/gr-digital
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2021-10-01 19:22:24 -0700
committermormj <34754695+mormj@users.noreply.github.com>2021-10-11 07:24:38 -0400
commit89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch)
tree8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-digital
parentgrc: Write "ID", not "Id" (diff)
downloadgnuradio-89e45e3f9422a8b6f069d770de23f5ca841426d6.tar.xz
gnuradio-89e45e3f9422a8b6f069d770de23f5ca841426d6.zip
examples: Repair all examples affected by commit 91e9ddf.
Replace all occurrences of empty minoutbuf and maxoutbuf with 0. Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'gr-digital')
-rw-r--r--gr-digital/examples/demod/pam_sync.grc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-digital/examples/demod/pam_sync.grc b/gr-digital/examples/demod/pam_sync.grc
index 4c126562c..d1c890af9 100644
--- a/gr-digital/examples/demod/pam_sync.grc
+++ b/gr-digital/examples/demod/pam_sync.grc
@@ -432,8 +432,8 @@ blocks:
label8: ''
label9: ''
legend: 'True'
- maxoutbuf: ''
- minoutbuf: ''
+ maxoutbuf: '0'
+ minoutbuf: '0'
name: Post-sync Spectrum
nconnections: '1'
showports: 'True'
@@ -509,8 +509,8 @@ blocks:
label8: ''
label9: ''
legend: 'True'
- maxoutbuf: ''
- minoutbuf: ''
+ maxoutbuf: '0'
+ minoutbuf: '0'
name: Received Spectrum
nconnections: '1'
showports: 'True'