diff options
author | Ron Economos <w6rz@comcast.net> | 2021-10-01 19:22:24 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-10-11 07:24:38 -0400 |
commit | 89e45e3f9422a8b6f069d770de23f5ca841426d6 (patch) | |
tree | 8bb35344598aa706fad5f34b6d0fce5221b445ab /gr-digital/examples/demod | |
parent | 58d3849bce9b59cb5306757ab1d56a0dad536b49 (diff) |
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/examples/demod')
-rw-r--r-- | gr-digital/examples/demod/pam_sync.grc | 8 |
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 4c126562c4..d1c890af9b 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' |