diff options
author | Marc L <marcll@vt.edu> | 2020-05-19 14:03:02 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-05-21 10:44:32 -0700 |
commit | 4aa2ff61959a0005f50d9f591a76e69c2d3cbc34 (patch) | |
tree | 0844f73e6a394de3fa14f1eba6f4d5c132a46ba5 | |
parent | 09b5b0a6cb6b2cd619180a662027824fe0a827df (diff) |
uhd: fixed async usrp source grc file
Fixes #3491. Hasn't been fully tested but it seems to fix the error msg when running the flowgraph.
-rw-r--r-- | gr-uhd/grc/uhd_amsg_source.block.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/grc/uhd_amsg_source.block.yml b/gr-uhd/grc/uhd_amsg_source.block.yml index b07ab77913..bb687d3475 100644 --- a/gr-uhd/grc/uhd_amsg_source.block.yml +++ b/gr-uhd/grc/uhd_amsg_source.block.yml @@ -8,8 +8,8 @@ parameters: hide: ${ 'none' if dev_addr else 'part' } outputs: -- domain: stream - dtype: msg +- domain: message + id: msg templates: imports: from gnuradio import uhd |