diff Common/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents 4e10a3e087a1
children
line wrap: on
line diff
--- a/Common/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c	Tue Aug 13 13:24:54 2024 +0200
+++ b/Common/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c	Tue Feb 11 18:12:00 2025 +0100
@@ -93,6 +93,8 @@
   * @{
   */
 
+
+extern __IO const uint8_t AHBPrescTable[16];
 #ifdef HAL_RCC_MODULE_ENABLED
 
 /* Private typedef -----------------------------------------------------------*/