Mercurial > public > ostc4
diff OtherSources/system_stm32f4xx.c @ 981:c6c781a2e85b default tip
Merge into default
author | heinrichsweikamp |
---|---|
date | Tue, 11 Feb 2025 18:12:00 +0100 (4 days ago) |
parents | 4e10a3e087a1 |
children |
line wrap: on
line diff
--- a/OtherSources/system_stm32f4xx.c Tue Aug 13 13:24:54 2024 +0200 +++ b/OtherSources/system_stm32f4xx.c Tue Feb 11 18:12:00 2025 +0100 @@ -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}; /** * @} */