diff options
author | Amir Hammad <amirhammad@users.noreply.github.com> | 2016-09-11 20:18:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-11 20:18:27 +0200 |
commit | 7e5d99e18f6fc8699538a9f78c56c70bd42eec9f (patch) | |
tree | 80c08dd23eded79acfa0cab09f587242d533418f | |
parent | 1a9a954fe62eb8de9e46ac4810b55a53dcabd3d7 (diff) | |
parent | d1689b4701113097dfa4b6c244c0c39639693240 (diff) | |
download | secure-hid-7e5d99e18f6fc8699538a9f78c56c70bd42eec9f.tar.gz secure-hid-7e5d99e18f6fc8699538a9f78c56c70bd42eec9f.tar.bz2 secure-hid-7e5d99e18f6fc8699538a9f78c56c70bd42eec9f.zip |
Merge pull request #6 from amirhammad/usbh_config
Fix missing usbh_config.h in the cmake project
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f8478f6..d6fa3bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ add_library (usbhost ${inc}/usbh_driver_hub.h ${inc}/usbh_lld_stm32f4.h ${inc}/driver/usbh_device_driver.h + ${inc}/usbh_config.h usbh_core.c usbh_driver_ac_midi.c |