comparison Common/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents 4e10a3e087a1
children
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
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