Mercurial > public > ostc4
comparison Common/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c @ 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 |
---|---|
91 /** @defgroup RCC RCC | 91 /** @defgroup RCC RCC |
92 * @brief RCC HAL module driver | 92 * @brief RCC HAL module driver |
93 * @{ | 93 * @{ |
94 */ | 94 */ |
95 | 95 |
96 | |
97 extern __IO const uint8_t AHBPrescTable[16]; | |
96 #ifdef HAL_RCC_MODULE_ENABLED | 98 #ifdef HAL_RCC_MODULE_ENABLED |
97 | 99 |
98 /* Private typedef -----------------------------------------------------------*/ | 100 /* Private typedef -----------------------------------------------------------*/ |
99 /* Private define ------------------------------------------------------------*/ | 101 /* Private define ------------------------------------------------------------*/ |
100 /** @addtogroup RCC_Private_Constants | 102 /** @addtogroup RCC_Private_Constants |