diff options
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_add_const_vxx.block.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-blocks/grc/blocks_add_const_vxx.block.yml b/gr-blocks/grc/blocks_add_const_vxx.block.yml index b42ea616d0..c60e657696 100644 --- a/gr-blocks/grc/blocks_add_const_vxx.block.yml +++ b/gr-blocks/grc/blocks_add_const_vxx.block.yml @@ -6,11 +6,11 @@ parameters: - id: type label: IO Type dtype: enum - options: [complex, float, int, short] + options: [complex, float, int, short, byte] option_attributes: - vconst_type: [complex_vector, real_vector, int_vector, int_vector] - const_type: [complex, real, int, int] - fcn: [cc, ff, ii, ss] + vconst_type: [complex_vector, real_vector, int_vector, int_vector, int_vector] + const_type: [complex, real, int, int, int] + fcn: [cc, ff, ii, ss, bb] hide: part - id: const label: Constant |