From 93f1f5b75916d13fd0cda6e4dfa10d0c9cf733c0 Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Sun, 20 Jul 2025 15:33:57 +0200 Subject: [PATCH] fix typo Signed-off-by: HiFiPhile --- hw/bsp/stm32h7rs/family.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/bsp/stm32h7rs/family.c b/hw/bsp/stm32h7rs/family.c index b506a02ab..80ac81125 100644 --- a/hw/bsp/stm32h7rs/family.c +++ b/hw/bsp/stm32h7rs/family.c @@ -329,7 +329,7 @@ void board_init(void) { HAL_PWREx_EnableUSBVoltageDetector(); HAL_PWREx_EnableUSBReg(); - __HAL_RCC_USB2_OTG_FS_CLK_ENABLE(); + __HAL_RCC_USB_OTG_FS_CLK_ENABLE(); // PM14 VUSB, PM10 ID, PM11 DM, PM12 DP // Configure DM DP Pins