summaryrefslogtreecommitdiff
path: root/include/usbh_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usbh_config.h')
-rw-r--r--include/usbh_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usbh_config.h b/include/usbh_config.h
index 4fa38cb..7bf800b 100644
--- a/include/usbh_config.h
+++ b/include/usbh_config.h
@@ -59,4 +59,10 @@
#error USBH_MAX_DEVICES > 127
#endif
+// Uncomment to enable OTG_HS support - low level driver
+// #define USE_STM32F4_USBH_DRIVER_HS
+
+// Uncomment to enable OTG_FS support - low level driver
+#define USE_STM32F4_USBH_DRIVER_FS
+
#endif