diff options
| author | Kevin Gilbert <kevin.gilbert@ni.com> | 2016-08-04 12:02:10 -0700 |
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2016-08-05 08:38:26 -0700 |
| commit | 63253ed7b2399b67d99878c7becc3926dfe17177 (patch) | |
| tree | 326f92444200f1ead56231d1f5d2261730561c89 /host/lib/usrp/CMakeLists.txt | |
| parent | d21a7163ed2de9799064bf1ef980c3dac51c7b86 (diff) | |
| download | uhd-63253ed7b2399b67d99878c7becc3926dfe17177.tar.gz uhd-63253ed7b2399b67d99878c7becc3926dfe17177.tar.bz2 uhd-63253ed7b2399b67d99878c7becc3926dfe17177.zip | |
Add sleep function to dboard_iface
Having this function allows a dboard_iface implementation to be aware of
the timing of various calls such as SPI and register writes.
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
| -rw-r--r-- | host/lib/usrp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index dde4f02c3..d20cc966b 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -24,6 +24,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/dboard_base.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dboard_eeprom.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dboard_id.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/dboard_iface.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dboard_manager.cpp ${CMAKE_CURRENT_SOURCE_DIR}/gps_ctrl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mboard_eeprom.cpp |
