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 --- 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 ae8da53..76c33fd 100644 --- a/src/demo.c +++ b/src/demo.c @@ -210,7 +210,7 @@ int main(void) /** * Pass array of supported low level drivers * In case of stm32f407, there are up to two supported OTG hosts on one chip. - * Each one can be enabled or disabled in config.mk - optimization for speed + * Each one can be enabled or disabled in usbh_config.h - optimization for speed * * Pass array of supported device drivers */ -- cgit