comparison Common/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.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
41 extern "C" { 41 extern "C" {
42 #endif 42 #endif
43 43
44 /* Includes ------------------------------------------------------------------*/ 44 /* Includes ------------------------------------------------------------------*/
45 #include "stm32f4xx.h" 45 #include "stm32f4xx.h"
46
47
48 extern __IO const uint8_t AHBPrescTable[16];
46 49
47 /** @addtogroup STM32F4xx_LL_Driver 50 /** @addtogroup STM32F4xx_LL_Driver
48 * @{ 51 * @{
49 */ 52 */
50 53