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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5dbbc9e..31e32ab 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ fetch libopencm3 submodule and compile needed libraries **How to compile demo** -Edit config.mk for library configuration (By default Full speed OTG periphery on stm32f4 is supported) +Edit usbh_config.h to configure the library (By default Full speed OTG periphery on stm32f4 is supported) > ./compileDemo.sh -- cgit