summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_ctrlport_viewer.block.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_ctrlport_viewer.block.yml b/gr-blocks/grc/blocks_ctrlport_viewer.block.yml
index 0ea3ee0687..52594fc709 100644
--- a/gr-blocks/grc/blocks_ctrlport_viewer.block.yml
+++ b/gr-blocks/grc/blocks_ctrlport_viewer.block.yml
@@ -5,8 +5,8 @@ flags: [ python ]
parameters:
- id: en
label: Enabled
- dtype: enum
- options: ['True', 'False']
+ dtype: bool
+ default: 'True'
templates:
imports: from gnuradio.ctrlport.monitor import *