diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-08 09:51:30 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-09 10:12:05 -0700 |
commit | d3d68e529063dceaec49e7ca06b8dc3b1f7bde0f (patch) | |
tree | e1e2183493b9005e6308d160db9f8ab1575850a6 /gr-uhd/grc | |
parent | bba53da8418681d03ffd504042900bdd316f8e58 (diff) |
gr-uhd: enable 8 channels in grc uhd blocks
Diffstat (limited to 'gr-uhd/grc')
-rw-r--r-- | gr-uhd/grc/gen_uhd_usrp_blocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py index 8596e14a68..82b6aa964d 100644 --- a/gr-uhd/grc/gen_uhd_usrp_blocks.py +++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py @@ -298,7 +298,7 @@ def parse_tmpl(_tmpl, **kwargs): from Cheetah import Template return str(Template.Template(_tmpl, kwargs)) -max_num_mboards = 4 +max_num_mboards = 8 max_num_channels = max_num_mboards*4 if __name__ == '__main__': |