diff Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h @ 869:4e10a3e087a1 Evo_2_23

Reactivate Bootloader: The bootloader has not been compiled for a long time. Changes were necessary to catch up with the actual code
author Ideenmodellierer
date Mon, 12 Aug 2024 22:23:03 +0200
parents c78bcbd5deda
children
line wrap: on
line diff
--- a/Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h	Mon Aug 12 15:14:19 2024 +0200
+++ b/Common/Drivers/STM32F4xx/Include/system_stm32f4xx.h	Mon Aug 12 22:23:03 2024 +0200
@@ -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 */
 
 /**