diff options
author | michael-west <michael.west@ettus.com> | 2017-12-05 16:00:44 -0800 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2017-12-19 18:26:29 -0800 |
commit | d16a5d4f8e41da069b8add4176c8ac0e20a6c2b4 (patch) | |
tree | 175dc9ed89a20f529ad450ce61978150ee12b4c8 /host/lib/usrp/usrp1 | |
parent | 7d35f43077adfa0fd9f8794b397c1b20821f3958 (diff) | |
download | uhd-d16a5d4f8e41da069b8add4176c8ac0e20a6c2b4.tar.gz uhd-d16a5d4f8e41da069b8add4176c8ac0e20a6c2b4.tar.bz2 uhd-d16a5d4f8e41da069b8add4176c8ac0e20a6c2b4.zip |
UBX: Add support for UBX-TDD
Diffstat (limited to 'host/lib/usrp/usrp1')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp index b55a78f91..09352c5e0 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.cpp +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2012,2014,2017 Ettus Research, A National Instruments Company +// Copyright 2010-2012,2014 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -378,7 +378,7 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){ _master_clock_rate, rx_db_eeprom.id ); _dbc[db].dboard_manager = dboard_manager::make( - rx_db_eeprom, tx_db_eeprom, gdb_eeprom, + rx_db_eeprom.id, tx_db_eeprom.id, gdb_eeprom.id, dboard_iface, _tree->subtree(mb_path / "dboards" / db) ); |