Browse Source

fix the format

supperthomas 3 years ago
parent
commit
672cc500c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c

+ 0 - 1
bsp/lpc55sxx/lpc55s69_nxp_evk/board/board.c

@@ -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);