Skip to content

Commit 6560152

Browse files
author
justinkim
committed
add Systick configuration function in Init function
1 parent 3b41212 commit 6560152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_WIZNET/TARGET_W7500x/mbed_overrides.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ void mbed_sdk_init()
3535
{
3636
// Update the SystemCoreClock variable.
3737
SystemInit();
38+
SysTick_Config((GetSystemClock()/1000));
3839
}

0 commit comments

Comments
 (0)