summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-blocks/grc/blocks_ctrlport_performance.block.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_ctrlport_performance.block.yml b/gr-blocks/grc/blocks_ctrlport_performance.block.yml
index 63b6e98932..e258596c83 100644
--- a/gr-blocks/grc/blocks_ctrlport_performance.block.yml
+++ b/gr-blocks/grc/blocks_ctrlport_performance.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 *