summaryrefslogtreecommitdiff
path: root/gr-blocks
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-07-14 08:53:19 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-07-19 07:21:16 -0400
commit2b51d137e78f1e66b607652fd8bb24ca18f1c44c (patch)
tree23dbb70da5349d5965c5a8dfd81042fa2981e51e /gr-blocks
parentdd97527daadea86f7175c4c019dbeb96c2f47219 (diff)
digital/throttle: Make GRC output port optional
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gr-blocks')
-rw-r--r--gr-blocks/grc/blocks_throttle.block.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_throttle.block.yml b/gr-blocks/grc/blocks_throttle.block.yml
index ae31a9be2b..894091156a 100644
--- a/gr-blocks/grc/blocks_throttle.block.yml
+++ b/gr-blocks/grc/blocks_throttle.block.yml
@@ -35,6 +35,7 @@ outputs:
- domain: stream
dtype: ${ type }
vlen: ${ vlen }
+ optional: true
asserts:
- ${ vlen > 0 }