summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorJosh Morman <jmorman@perspectalabs.com>2019-06-07 15:41:26 -0400
committerMarcus Müller <marcus@hostalia.de>2019-07-15 21:48:10 +0200
commit64984004009d900944650be5dfb327150d27dc30 (patch)
tree0259e248267a769f502276e094171500bd399620 /gr-blocks/grc
parent7fcd64e0d2287b6dc4e408c2349d53d98c0a847e (diff)
grc: add busports back into 3.8
Bus ports had not been added back in since the refactor of grc Hopefully this fully enables busports though there are still some issues with the gr-fec flowgraphs Fixes #2277
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_null_sink.block.yml2
-rw-r--r--gr-blocks/grc/blocks_null_source.block.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_null_sink.block.yml b/gr-blocks/grc/blocks_null_sink.block.yml
index 4e3fbc754e..c6145cbced 100644
--- a/gr-blocks/grc/blocks_null_sink.block.yml
+++ b/gr-blocks/grc/blocks_null_sink.block.yml
@@ -21,7 +21,7 @@ parameters:
dtype: int
default: '1'
hide: part
-- id: bus_conns
+- id: bus_structure_sink
label: Bus Connections
dtype: raw
default: '[[0,],]'
diff --git a/gr-blocks/grc/blocks_null_source.block.yml b/gr-blocks/grc/blocks_null_source.block.yml
index 8a0faa6af3..fb28b50121 100644
--- a/gr-blocks/grc/blocks_null_source.block.yml
+++ b/gr-blocks/grc/blocks_null_source.block.yml
@@ -21,7 +21,7 @@ parameters:
dtype: int
default: '1'
hide: part
-- id: bus_conns
+- id: bus_structure_source
label: Bus Connections
dtype: raw
default: '[[0,],]'