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 --- config.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 03fae74..3ba462b 100644 --- a/config.mk +++ b/config.mk @@ -2,9 +2,3 @@ USER_CONFIG = - -# Uncomment to enable OTG_HS support - low level driver -#USER_CONFIG += -DUSE_STM32F4_USBH_DRIVER_HS - -# Uncomment to enable OTG_FS support - low level driver -USER_CONFIG += -DUSE_STM32F4_USBH_DRIVER_FS -- cgit