Skip to content

Commit 02beec7

Browse files
authored
Merge pull request #5567 from bcostm/dev_usbdevice_disco-f413zh
STM32: Add USB Device on DISCO_F413ZH
2 parents 57a5735 + ada482a commit 02beec7

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
@@ -146,6 +146,7 @@ USBHAL::USBHAL(void) {
146146
defined(TARGET_NUCLEO_F767ZI) || \
147147
defined(TARGET_NUCLEO_F746ZG) || \
148148
defined(TARGET_DISCO_F407VG) || \
149+
defined(TARGET_DISCO_F413ZH) || \
149150
defined(TARGET_DISCO_F469NI) || \
150151
defined(TARGET_DISCO_F746NG_OTG_FS)
151152
__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)