From 96b1eec42dcfade96d15320b44b2936561f9fb9c Mon Sep 17 00:00:00 2001
From: Andrej Rode <mail@andrejro.de>
Date: Tue, 14 May 2019 18:13:32 +0200
Subject: blocks: add byte option to add_const_v in GRC

The previous GRC yml description did not contain an entry for operation on
bytes.

Closes #2461, Closes #2354
---
 gr-blocks/grc/blocks_add_const_vxx.block.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'gr-blocks/grc')

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
-- 
cgit v1.2.3