diff options
author | Amir Hammad <amir.hammad@hotmail.com> | 2016-06-24 00:46:40 +0200 |
---|---|---|
committer | Amir Hammad <amir.hammad@hotmail.com> | 2016-06-25 10:09:54 +0200 |
commit | 0432429aa6bcecfeeeccf4ba9b4cca28206b4863 (patch) | |
tree | 12515fc9b2c07379b05b4e0979c1428f916a92e4 /src | |
parent | 4bf0db8f7bac51cda88d5033a1657dc3b85b7c66 (diff) | |
download | secure-hid-0432429aa6bcecfeeeccf4ba9b4cca28206b4863.tar.gz secure-hid-0432429aa6bcecfeeeccf4ba9b4cca28206b4863.tar.bz2 secure-hid-0432429aa6bcecfeeeccf4ba9b4cca28206b4863.zip |
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 <amir.hammad@hotmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
*/
|