From c0057e35b805faa9f0733ae27ca6e24609dc62c2 Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 5 Dec 2017 15:49:28 -0800 Subject: UHD: Add eeprom info to dboard_base --- host/lib/usrp/x300/x300_radio_ctrl_impl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/lib/usrp/x300') diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp index 1a37cbdd1..282754da6 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp @@ -1,5 +1,5 @@ // -// Copyright 2015-2016 Ettus Research +// Copyright 2015-2017 Ettus Research, A National Instruments Company // // 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 @@ -639,9 +639,9 @@ void x300_radio_ctrl_impl::setup_radio( //create a new dboard manager boost::shared_ptr db_iface = boost::make_shared(db_config); _db_manager = dboard_manager::make( - _db_eeproms[RX_EEPROM_ADDR + DB_OFFSET].id, - _db_eeproms[TX_EEPROM_ADDR + DB_OFFSET].id, - _db_eeproms[GDB_EEPROM_ADDR + DB_OFFSET].id, + _db_eeproms[RX_EEPROM_ADDR + DB_OFFSET], + _db_eeproms[TX_EEPROM_ADDR + DB_OFFSET], + _db_eeproms[GDB_EEPROM_ADDR + DB_OFFSET], db_iface, _tree->subtree(db_path), true // defer daughterboard intitialization ); -- cgit v1.2.3