提交 672cc500 编写于 作者: Thomas_Fly's avatar Thomas_Fly

fix the format

上级 4cbcf598
...@@ -74,7 +74,6 @@ void rt_hw_board_init() ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册