mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 08:53:31 +08:00
[bsp] update clock before configure systick
This commit is contained in:
parent
e2e9afb699
commit
47c7d94799
@ -60,6 +60,7 @@ void SysTick_Handler(void)
|
||||
*/
|
||||
void rt_hw_board_init()
|
||||
{
|
||||
SystemCoreClockUpdate();
|
||||
SysTick_Config(SystemCoreClock / RT_TIMER_TICK_PER_SECOND);
|
||||
|
||||
#ifdef RT_USING_COMPONENTS_INIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user