summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..03fae74
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,10 @@
+
+
+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