diff options
author | Josh Morman <mormjb@gmail.com> | 2020-01-07 19:58:22 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-21 20:59:58 -0800 |
commit | 6b4949e49bf94c3b8ce66568280d2d6c82b82b92 (patch) | |
tree | 78123e2f8b3d6feb97d52a8deae013d577cef0ff /gr-uhd/examples/grc/uhd_msg_tune.grc | |
parent | 3a8ffeaa404c70fdfe53f6c1821641e07d9771ce (diff) |
uhd: fix chooser default value in example flowgraphs
Diffstat (limited to 'gr-uhd/examples/grc/uhd_msg_tune.grc')
-rw-r--r-- | gr-uhd/examples/grc/uhd_msg_tune.grc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-uhd/examples/grc/uhd_msg_tune.grc b/gr-uhd/examples/grc/uhd_msg_tune.grc index 715d74c7d..c821edc9e 100644 --- a/gr-uhd/examples/grc/uhd_msg_tune.grc +++ b/gr-uhd/examples/grc/uhd_msg_tune.grc @@ -1,6 +1,7 @@ options: parameters: author: '' + catch_exceptions: 'True' category: Custom cmake_opt: '' comment: '' @@ -46,6 +47,7 @@ blocks: label4: '' labels: '[]' num_opts: '2' + option0: TX/RX option1: RX2 option2: '2' option3: '3' |