We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3b509 commit 8f4b6e2Copy full SHA for 8f4b6e2
features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_IP_OTGFSHS.h
@@ -140,6 +140,7 @@ USBHAL::USBHAL(void) {
140
defined(TARGET_NUCLEO_F446ZE) || \
141
defined(TARGET_NUCLEO_F767ZI) || \
142
defined(TARGET_NUCLEO_F746ZG) || \
143
+ defined(TARGET_DISCO_F407VG) || \
144
defined(TARGET_DISCO_F469NI) || \
145
defined(TARGET_DISCO_F746NG_OTG_FS)
146
__HAL_RCC_GPIOA_CLK_ENABLE();
features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_STM32.h
@@ -27,6 +27,7 @@
27
28
29
30
31
32
defined(TARGET_DISCO_F746NG) || \
33
defined(TARGET_DISCO_F769NI) || \
0 commit comments