diff options
-rw-r--r-- | gr-utils/modtool/templates/templates.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-utils/modtool/templates/templates.py b/gr-utils/modtool/templates/templates.py index 9bf9733e8e..656cfccb8e 100644 --- a/gr-utils/modtool/templates/templates.py +++ b/gr-utils/modtool/templates/templates.py @@ -546,11 +546,12 @@ templates: # * id (makes the value accessible as keyname, e.g. in the make entry) # * label (label shown in the GUI) # * dtype (e.g. int, float, complex, byte, short, xxx_vector, ...) +# * default parameters: - id: parametername_replace_me label: FIX ME: dtype: string - value: You need to fill in your grc/${modname}_${blockname}.block.yaml + default: You need to fill in your grc/${modname}_${blockname}.block.yaml #- id: ... # label: ... # dtype: ... |