aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2017-12-05 15:49:28 -0800
committermichael-west <michael.west@ettus.com>2017-12-19 18:25:54 -0800
commit109a2d26b61ce753ed5eca75e7b525bdf538e148 (patch)
tree66c1dbbae782b38876a1eead55daa6b95a499274 /host/lib/usrp/usrp1
parentffc8b89b4472fe12756f88e7edb67afc5634c13f (diff)
downloaduhd-109a2d26b61ce753ed5eca75e7b525bdf538e148.tar.gz
uhd-109a2d26b61ce753ed5eca75e7b525bdf538e148.tar.bz2
uhd-109a2d26b61ce753ed5eca75e7b525bdf538e148.zip
UHD: Add eeprom info to dboard_base
Diffstat (limited to 'host/lib/usrp/usrp1')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp4
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 09352c5e0..b55a78f91 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 Ettus Research LLC
+// Copyright 2010-2012,2014,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
@@ -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.id, tx_db_eeprom.id, gdb_eeprom.id,
+ rx_db_eeprom, tx_db_eeprom, gdb_eeprom,
dboard_iface, _tree->subtree(mb_path / "dboards" / db)
);