diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-07-25 09:44:07 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-07-25 09:44:07 -0700 |
commit | eafae66c030aa86e9da127de4f6d5ec4fd641c59 (patch) | |
tree | dfbc3602c8c2648da9631d247aa20377a148a841 /host/lib/usrp/x300/x300_impl.hpp | |
parent | 9b4def474fae59717f60c18d11f909a02a178d6f (diff) | |
download | uhd-eafae66c030aa86e9da127de4f6d5ec4fd641c59.tar.gz uhd-eafae66c030aa86e9da127de4f6d5ec4fd641c59.tar.bz2 uhd-eafae66c030aa86e9da127de4f6d5ec4fd641c59.zip |
tx fe corrections: fixing mixed tabs / spaces, other horrible whitespace cruft
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 4108afbb0..578e96383 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -211,7 +211,7 @@ private: //perifs in each radio radio_perifs_t radio_perifs[2]; //!< This is hardcoded s.t. radio_perifs[0] points to slot A and [1] to B uhd::usrp::dboard_eeprom_t db_eeproms[8]; - //! Return the index of a radio component, given a slot name. This means DSPs, radio_perifs + //! Return the index of a radio component, given a slot name. This means DSPs, radio_perifs size_t get_radio_index(const std::string &slot_name) { UHD_ASSERT_THROW(slot_name == "A" or slot_name == "B"); return slot_name == "A" ? 0 : 1; |