This commit is contained in:
hathach
2018-12-19 23:20:35 +07:00
parent 47f0bed840
commit 19c3721151
2 changed files with 1 additions and 3 deletions

View File

@ -82,6 +82,7 @@ void board_init(void)
app_timer_init();
// Configure Systick for led blinky
NVIC_SetPriority(SysTick_IRQn, 7);
extern uint32_t SystemCoreClock;
SysTick_Config(SystemCoreClock/1000);
}