ports/stm32: Fix SystemClock_config() hard faulting.

This commit is contained in:
Kwabena W. Agyeman 2025-08-15 13:36:16 -07:00
parent 3b66484f03
commit fb4da36a42

View File

@ -137,6 +137,9 @@ int main(void) {
#endif
bool first_soft_reset = true;
// Initialize SysTick.
HAL_InitTick(TICK_INT_PRIORITY);
// Configure PLLs, oscillators, and system/peripheral clocks
SystemClock_Config();