blob: 03fae74ae12dba90c1549975b8edd8ec4c10352e (
plain)
1
2
3
4
5
6
7
8
9
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
|