mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-12 20:24:15 +08:00
fix the format
This commit is contained in:
@@ -74,7 +74,6 @@ void rt_hw_board_init()
|
||||
#endif
|
||||
//BOARD_BootClockFROHF96M();
|
||||
|
||||
/* init systick 1 systick = 1/(100M / 100) 100个systick = 1s*/
|
||||
SysTick_Config(SystemCoreClock / RT_TICK_PER_SECOND);
|
||||
/* set pend exception priority */
|
||||
NVIC_SetPriority(PendSV_IRQn, (1 << __NVIC_PRIO_BITS) - 1);
|
||||
|
||||
Reference in New Issue
Block a user