mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:53:31 +08:00
fix the format
This commit is contained in:
parent
4cbcf5987a
commit
672cc500c5
@ -74,7 +74,6 @@ void rt_hw_board_init()
|
|||||||
#endif
|
#endif
|
||||||
//BOARD_BootClockFROHF96M();
|
//BOARD_BootClockFROHF96M();
|
||||||
|
|
||||||
/* init systick 1 systick = 1/(100M / 100) 100个systick = 1s*/
|
|
||||||
SysTick_Config(SystemCoreClock / RT_TICK_PER_SECOND);
|
SysTick_Config(SystemCoreClock / RT_TICK_PER_SECOND);
|
||||||
/* set pend exception priority */
|
/* set pend exception priority */
|
||||||
NVIC_SetPriority(PendSV_IRQn, (1 << __NVIC_PRIO_BITS) - 1);
|
NVIC_SetPriority(PendSV_IRQn, (1 << __NVIC_PRIO_BITS) - 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user