mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
ports/stm32: Fix SystemClock_config() hard faulting.
This commit is contained in:
parent
3b66484f03
commit
fb4da36a42
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user