Skip to content

Commit 55d60f3

Browse files
committed
Add USB support for DISCO_L4R9I
1 parent fb8b503 commit 55d60f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/USBPhy_STM32.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ void USBPhyHw::init(USBPhyEvents *events)
250250
#elif defined(TARGET_NUCLEO_L496ZG) || \
251251
defined(TARGET_NUCLEO_L496ZG_P) || \
252252
defined(TARGET_DISCO_L496AG) || \
253+
defined(TARGET_DISCO_L4R9I) || \
253254
defined(TARGET_NUCLEO_L4R5ZI)
254255
__HAL_RCC_GPIOA_CLK_ENABLE();
255256
pin_function(PA_11, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_NOPULL, GPIO_AF10_OTG_FS)); // DM

0 commit comments

Comments
 (0)