Mercurial > public > ostc4
diff OtherSources/system_stm32f4xx.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 | 2de06b1abed3 |
children |
line wrap: on
line diff
--- a/OtherSources/system_stm32f4xx.c Mon Aug 12 15:14:19 2024 +0200 +++ b/OtherSources/system_stm32f4xx.c Mon Aug 12 22:23:03 2024 +0200 @@ -74,6 +74,8 @@ #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ #endif /* HSI_VALUE */ + +const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}; /** * @} */