From 0432429aa6bcecfeeeccf4ba9b4cca28206b4863 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 24 Jun 2016 00:46:40 +0200 Subject: move USE_STM32f4_USBH_DRIVER_HS/FS from config.mk to usbh_config.h Leave the behaviour as before: Default: FullSpeed Signed-off-by: Amir Hammad --- include/usbh_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/usbh_config.h b/include/usbh_config.h index 4fa38cb..7bf800b 100644 --- a/include/usbh_config.h +++ b/include/usbh_config.h @@ -59,4 +59,10 @@ #error USBH_MAX_DEVICES > 127 #endif +// Uncomment to enable OTG_HS support - low level driver +// #define USE_STM32F4_USBH_DRIVER_HS + +// Uncomment to enable OTG_FS support - low level driver +#define USE_STM32F4_USBH_DRIVER_FS + #endif -- cgit