summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-06-24 00:46:40 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-06-25 10:09:54 +0200
commit0432429aa6bcecfeeeccf4ba9b4cca28206b4863 (patch)
tree12515fc9b2c07379b05b4e0979c1428f916a92e4 /config.mk
parent4bf0db8f7bac51cda88d5033a1657dc3b85b7c66 (diff)
downloadsecure-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 'config.mk')
-rw-r--r--config.mk6
1 files changed, 0 insertions, 6 deletions
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