Skip to content

Commit 28150d1

Browse files
bcostmc1728p9
authored andcommitted
STM32F7 USB: add NUCLEO_F756ZG in pins definition
1 parent 9c83fe9 commit 28150d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usb/device/targets/TARGET_STM/USBPhy_STM32.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ void USBPhyHw::init(USBPhyEvents *events)
208208
defined(TARGET_NUCLEO_F446ZE) || \
209209
defined(TARGET_NUCLEO_F767ZI) || \
210210
defined(TARGET_NUCLEO_F746ZG) || \
211+
defined(TARGET_NUCLEO_F756ZG) || \
211212
defined(TARGET_DISCO_F407VG) || \
212213
defined(TARGET_DISCO_F413ZH) || \
213214
defined(TARGET_DISCO_F469NI) || \

0 commit comments

Comments
 (0)