diff options
author | michael-west <michael.west@ettus.com> | 2018-10-18 22:56:03 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-10-25 09:57:16 -0700 |
commit | e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6 (patch) | |
tree | b4a668fd33a080cb07f89e33a579e2fcb395b0d1 /host/lib | |
parent | adfd3d9598eb23751cd9a7a53acce6c16261e828 (diff) | |
download | uhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.tar.gz uhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.tar.bz2 uhd-e9077d3452b1d3204b34ac5ce5125c6f70fc2ac6.zip |
Test: Add unit test for eeprom_utils
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/include/uhdlib/utils/eeprom_utils.hpp | 2 | ||||
-rw-r--r-- | host/lib/usrp/x300/x300_mb_eeprom.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/utils/eeprom_utils.hpp b/host/lib/include/uhdlib/utils/eeprom_utils.hpp index 3071fd745..5104e1530 100644 --- a/host/lib/include/uhdlib/utils/eeprom_utils.hpp +++ b/host/lib/include/uhdlib/utils/eeprom_utils.hpp @@ -1,5 +1,5 @@ // -// Copyright 2017 Ettus Research (National Instruments Corp.) +// Copyright 2017-18 Ettus Research (National Instruments Corp.) // // SPDX-License-Identifier: GPL-3.0-or-later // diff --git a/host/lib/usrp/x300/x300_mb_eeprom.cpp b/host/lib/usrp/x300/x300_mb_eeprom.cpp index 7bff3d782..26f7f7913 100644 --- a/host/lib/usrp/x300/x300_mb_eeprom.cpp +++ b/host/lib/usrp/x300/x300_mb_eeprom.cpp @@ -1,5 +1,5 @@ // -// Copyright 2017 Ettus Research (National Instruments Corp.) +// Copyright 2017-18 Ettus Research (National Instruments Corp.) // // SPDX-License-Identifier: GPL-3.0-or-later // |