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.
2 parents 57a5735 + ada482a commit 02beec7Copy full SHA for 02beec7
features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_IP_OTGFSHS.h
@@ -146,6 +146,7 @@ USBHAL::USBHAL(void) {
146
defined(TARGET_NUCLEO_F767ZI) || \
147
defined(TARGET_NUCLEO_F746ZG) || \
148
defined(TARGET_DISCO_F407VG) || \
149
+ defined(TARGET_DISCO_F413ZH) || \
150
defined(TARGET_DISCO_F469NI) || \
151
defined(TARGET_DISCO_F746NG_OTG_FS)
152
__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