diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-26 12:38:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-27 09:03:13 -0700 |
commit | a6cf307d4494633e71f94b59c92c21e8ef3112f0 (patch) | |
tree | d6a2b6842ed0cc6f99af58bebba45a9886a1ff54 /host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | |
parent | 9798ec540a77c74036766a132e23230ccd0148cc (diff) | |
download | uhd-a6cf307d4494633e71f94b59c92c21e8ef3112f0.tar.gz uhd-a6cf307d4494633e71f94b59c92c21e8ef3112f0.tar.bz2 uhd-a6cf307d4494633e71f94b59c92c21e8ef3112f0.zip |
x300: Added ignore-cal-file as an option
Reviewed-By: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Martin Braun <martin.braun@ettus.com>
Diffstat (limited to 'host/lib/usrp/x300/x300_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_radio_ctrl_impl.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp index 770519eba..4f7f43b7d 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp @@ -73,7 +73,11 @@ public: /*! Set up the radio. No API calls may be made before this one. */ void setup_radio( - uhd::i2c_iface::sptr zpu_i2c, x300_clock_ctrl::sptr clock, bool verbose); + uhd::i2c_iface::sptr zpu_i2c, + x300_clock_ctrl::sptr clock, + bool ignore_cal_file, + bool verbose + ); void reset_codec(); |