Skip to content

Commit ada482a

Browse files
committed
STM32: Add USB Device on DISCO_F413ZH
1 parent ab1b3ae commit ada482a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_IP_OTGFSHS.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ USBHAL::USBHAL(void) {
147147
defined(TARGET_NUCLEO_F767ZI) || \
148148
defined(TARGET_NUCLEO_F746ZG) || \
149149
defined(TARGET_DISCO_F407VG) || \
150+
defined(TARGET_DISCO_F413ZH) || \
150151
defined(TARGET_DISCO_F469NI) || \
151152
defined(TARGET_DISCO_F746NG_OTG_FS)
152153
__HAL_RCC_GPIOA_CLK_ENABLE();

features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_STM32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
defined(TARGET_NUCLEO_F767ZI) || \
2929
defined(TARGET_NUCLEO_F746ZG) || \
3030
defined(TARGET_DISCO_F407VG) || \
31+
defined(TARGET_DISCO_F413ZH) || \
3132
defined(TARGET_DISCO_F429ZI) || \
3233
defined(TARGET_DISCO_F469NI) || \
3334
defined(TARGET_DISCO_F746NG) || \

0 commit comments

Comments
 (0)