diff options
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_repack_bits_bb.block.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/grc/blocks_repack_bits_bb.block.yml b/gr-blocks/grc/blocks_repack_bits_bb.block.yml index 36bc996df4..8d05247805 100644 --- a/gr-blocks/grc/blocks_repack_bits_bb.block.yml +++ b/gr-blocks/grc/blocks_repack_bits_bb.block.yml @@ -25,7 +25,7 @@ parameters: hide: part - id: endianness label: Endianness - dtype: int + dtype: enum default: gr.GR_LSB_FIRST options: [gr.GR_MSB_FIRST, gr.GR_LSB_FIRST] option_labels: [MSB, LSB] |