diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-06 13:39:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-07 18:56:28 -0800 |
commit | 84c3e0e0fb2df99213ed238ac4f032411d003b30 (patch) | |
tree | 632786ca70e7c564a8a3b463236e9e816bb8c100 /gr-uhd/include | |
parent | 5b0ae93c8f319bbc367254172719d40f11a0f55b (diff) |
uhd: python/swig/grc tweaks until it works
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index b194ba4a31..c2b310e44b 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -69,7 +69,7 @@ class uhd_usrp_source; GR_UHD_API boost::shared_ptr<uhd_usrp_source> uhd_make_usrp_source( const uhd::device_addr_t &device_addr, const uhd::io_type_t &io_type, - size_t num_channels = 1 + size_t num_channels ); /*! |