summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Bloessl <mail@bastibl.net>2019-06-19 17:57:05 +0200
committerMartin Braun <martin.braun@ettus.com>2019-06-19 13:00:00 -0700
commit59226dd0b43a5090daa66a59fe98aa61e56700d2 (patch)
tree3304c3c361e9cdb7c86ccdb70b1d1c90490923f7
parent27f980077896b22bd0dcab94114a1df2681d6416 (diff)
perf-monitor: better yaml dtype
-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 *