summaryrefslogtreecommitdiff
path: root/src/demo.c
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-07-08 23:53:42 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-07-08 23:53:42 +0200
commit4f3a3905c9c75c483fd72e173bd904f566dd4472 (patch)
tree5ca1e4d51a7582527ae49470e4dd9837ca197f3c /src/demo.c
parentdd950136aa5c438855eb6a3e87f352a11f60747c (diff)
downloadsecure-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 'src/demo.c')
-rw-r--r--src/demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demo.c b/src/demo.c
index f6cccf5..295013a 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -21,7 +21,7 @@
*/
#include "usart_helpers.h" /// provides LOG_PRINTF macros used for debugging
-#include "usbh_hubbed.h" /// provides usbh_init() and usbh_poll()
+#include "usbh_core.h" /// provides usbh_init() and usbh_poll()
#include "usbh_lld_stm32f4.h" /// provides low level usb host driver for stm32f4 platform
#include "usbh_driver_hid_mouse.h" /// provides usb device driver Human Interface Device - type mouse
#include "usbh_driver_hub.h" /// provides usb full speed hub driver (Low speed devices on hub are not supported)