aboutsummaryrefslogtreecommitdiffstats
path: root/gr-digital
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2018-06-25 21:55:10 +0200
committerMartin Braun <martin.braun@ettus.com>2018-11-22 13:50:07 -0800
commit45540395106426bb162e8f436156806113c11cee (patch)
tree1d4a1be9ae2457834da44442993e5852379bdb71 /gr-digital
parentgrc: Validate vectors before validating their elements (diff)
downloadgnuradio-45540395106426bb162e8f436156806113c11cee.tar.xz
gnuradio-45540395106426bb162e8f436156806113c11cee.zip
grc: Fixed the "Show Msg Ports" option
Several GRC bindings have switches to hide the message port, which is currently being ignored. This will make the switch work.
Diffstat (limited to 'gr-digital')
-rw-r--r--gr-digital/grc/digital_constellation_receiver_cb.block.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/grc/digital_constellation_receiver_cb.block.yml b/gr-digital/grc/digital_constellation_receiver_cb.block.yml
index 622134880..72fbdfbff 100644
--- a/gr-digital/grc/digital_constellation_receiver_cb.block.yml
+++ b/gr-digital/grc/digital_constellation_receiver_cb.block.yml
@@ -16,7 +16,7 @@ parameters:
dtype: real
- id: showports
label: Show Msg Ports
- dtype: enum
+ dtype: bool
default: 'True'
options: ['False', 'True']
option_labels: ['Yes', 'No']