diff options
author | Amir Hammad <amir.hammad@hotmail.com> | 2016-07-08 23:53:42 +0200 |
---|---|---|
committer | Amir Hammad <amir.hammad@hotmail.com> | 2016-07-08 23:53:42 +0200 |
commit | 4f3a3905c9c75c483fd72e173bd904f566dd4472 (patch) | |
tree | 5ca1e4d51a7582527ae49470e4dd9837ca197f3c /include/driver | |
parent | dd950136aa5c438855eb6a3e87f352a11f60747c (diff) | |
download | secure-hid-4f3a3905c9c75c483fd72e173bd904f566dd4472.tar.gz secure-hid-4f3a3905c9c75c483fd72e173bd904f566dd4472.tar.bz2 secure-hid-4f3a3905c9c75c483fd72e173bd904f566dd4472.zip |
rename usbh_hubbed.* to usbh_core.*
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include/driver')
-rw-r--r-- | include/driver/usbh_device_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver/usbh_device_driver.h b/include/driver/usbh_device_driver.h index 4f0ecea..2c67129 100644 --- a/include/driver/usbh_device_driver.h +++ b/include/driver/usbh_device_driver.h @@ -24,7 +24,7 @@ #define USBH_DEVICE_DRIVER_ #include "usbh_config.h" -#include "usbh_hubbed.h" +#include "usbh_core.h" #include <stdint.h> |