comparison 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
comparison
equal deleted inserted replaced
868:db92692c014f 869:4e10a3e087a1
71 is no need to call the 2 first functions listed above, since SystemCoreClock 71 is no need to call the 2 first functions listed above, since SystemCoreClock
72 variable is updated automatically. 72 variable is updated automatically.
73 */ 73 */
74 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ 74 extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
75 75
76 extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
77 extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */ 76 extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
78 77
79 /** 78 /**
80 * @} 79 * @}
81 */ 80 */