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 5f8a230 commit 6030dc7Copy full SHA for 6030dc7
usb/device/targets/TARGET_STM/USBPhy_STM32.cpp
@@ -209,6 +209,7 @@ void USBPhyHw::init(USBPhyEvents *events)
209
defined(TARGET_NUCLEO_F446ZE) || \
210
defined(TARGET_NUCLEO_F767ZI) || \
211
defined(TARGET_NUCLEO_F746ZG) || \
212
+ defined(TARGET_NUCLEO_F756ZG) || \
213
defined(TARGET_DISCO_F407VG) || \
214
defined(TARGET_DISCO_F413ZH) || \
215
defined(TARGET_DISCO_F469NI) || \
0 commit comments