add Systick configuration function in Init function

pull/7519/head
justinkim 2018-07-16 14:43:45 +09:00
parent 3b412128af
commit 65601525d6
1 changed files with 1 additions and 0 deletions

View File

@ -35,4 +35,5 @@ void mbed_sdk_init()
{
// Update the SystemCoreClock variable.
SystemInit();
SysTick_Config((GetSystemClock()/1000));
}