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 --- include/usbh_driver_hub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usbh_driver_hub.h') diff --git a/include/usbh_driver_hub.h b/include/usbh_driver_hub.h index 8555f79..1066074 100644 --- a/include/usbh_driver_hub.h +++ b/include/usbh_driver_hub.h @@ -23,7 +23,7 @@ #ifndef USBH_DRIVER_HUB_ #define USBH_DRIVER_HUB_ -#include "usbh_hubbed.h" +#include "usbh_core.h" BEGIN_DECLS -- cgit