This commit is contained in:
hathach
2018-11-21 17:03:39 +07:00
parent 3cad1d1134
commit 1d6fc49fa9
4 changed files with 10 additions and 22 deletions
@@ -75,7 +75,7 @@ void board_init(void)
// Systick init
#if CFG_TUSB_OS == OPT_OS_NONE
// Tick init
// Tick init, samd SystemCoreClock may not correct
SysTick_Config(SystemCoreClock / 1000);
#endif