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 ab1b3ae commit ada482aCopy full SHA for ada482a
features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_IP_OTGFSHS.h
@@ -147,6 +147,7 @@ USBHAL::USBHAL(void) {
147
defined(TARGET_NUCLEO_F767ZI) || \
148
defined(TARGET_NUCLEO_F746ZG) || \
149
defined(TARGET_DISCO_F407VG) || \
150
+ defined(TARGET_DISCO_F413ZH) || \
151
defined(TARGET_DISCO_F469NI) || \
152
defined(TARGET_DISCO_F746NG_OTG_FS)
153
__HAL_RCC_GPIOA_CLK_ENABLE();
features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_STM32.h
@@ -28,6 +28,7 @@
28
29
30
31
32
defined(TARGET_DISCO_F429ZI) || \
33
34
defined(TARGET_DISCO_F746NG) || \
0 commit comments