Skip to content

Commit

Permalink
Revert "Revert "iio: Remove extra element from fmcomms2 YML""
Browse files Browse the repository at this point in the history
This reverts commit 3327d94.
  • Loading branch information
willcode committed Oct 9, 2023
1 parent 306b6bb commit c52259f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gr-iio/grc/iio_fmcomms2_sink.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
label: Input Type
dtype: enum
options: [fc32, sc16]
option_labels: [int16, Complex float32, Complex int16]
option_labels: [Complex float32, Complex int16]
option_attributes:
type: [fc32, sc16]
hide: part
Expand Down
2 changes: 1 addition & 1 deletion gr-iio/grc/iio_fmcomms2_source.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
label: Output Type
dtype: enum
options: [fc32, sc16]
option_labels: [int16, Complex float32, Complex int16]
option_labels: [Complex float32, Complex int16]
option_attributes:
type: [fc32, sc16]
hide: part
Expand Down

0 comments on commit c52259f

Please sign in to comment.