From 4f3a3905c9c75c483fd72e173bd904f566dd4472 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 8 Jul 2016 23:53:42 +0200 Subject: rename usbh_hubbed.* to usbh_core.* Signed-off-by: Amir Hammad --- src/demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demo.c') 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) -- cgit