diff Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h @ 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/Include/system_stm32f4xx.h	Tue Aug 13 13:24:54 2024 +0200
+++ b/Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h	Tue Feb 11 18:12:00 2025 +0100
@@ -73,7 +73,6 @@
   */
 extern uint32_t SystemCoreClock;          /*!< System Clock Frequency (Core Clock) */
 
-extern const uint8_t  AHBPrescTable[16];    /*!< AHB prescalers table values */
 extern const uint8_t  APBPrescTable[8];     /*!< APB prescalers table values */
 
 /**