diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-10 20:55:01 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:11 -0700 |
commit | 0946176f513dd58407869e3b019207ff3eef24f5 (patch) | |
tree | 6011087dab7c3e11cba4f70f0c182d7040f12ecd /host/include | |
parent | 861e66848f05001fcaca4fe91dbf67cd186649dc (diff) | |
download | uhd-0946176f513dd58407869e3b019207ff3eef24f5.tar.gz uhd-0946176f513dd58407869e3b019207ff3eef24f5.tar.bz2 uhd-0946176f513dd58407869e3b019207ff3eef24f5.zip |
usrp1: got the 16Msps working (needed non hb-filter image)
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/stream.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/stream.hpp b/host/include/uhd/stream.hpp index 583dfd1e4..7a3151276 100644 --- a/host/include/uhd/stream.hpp +++ b/host/include/uhd/stream.hpp @@ -39,8 +39,8 @@ struct UHD_API stream_args_t{ //! Convenience constructor for streamer args stream_args_t( - const std::string &cpu = "fc32", - const std::string &otw = "sc16" + const std::string &cpu = "", + const std::string &otw = "" ){ cpu_format = cpu; otw_format = otw; |