mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
Merge pull request #2815 from kwagyeman/kwabena/fix_clock_config
ports/stm32: Fix SystemClock_config() hard faulting.
This commit is contained in:
commit
85ab0ebd0f
@ -137,6 +137,9 @@ int main(void) {
|
|||||||
#endif
|
#endif
|
||||||
bool first_soft_reset = true;
|
bool first_soft_reset = true;
|
||||||
|
|
||||||
|
// Initialize SysTick.
|
||||||
|
HAL_InitTick(TICK_INT_PRIORITY);
|
||||||
|
|
||||||
// Configure PLLs, oscillators, and system/peripheral clocks
|
// Configure PLLs, oscillators, and system/peripheral clocks
|
||||||
SystemClock_Config();
|
SystemClock_Config();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user