Skip to content

Commit a1e2910

Browse files
justinkimCruz Monrreal II
authored andcommitted
add Systick configuration function in Init function
1 parent 6345835 commit a1e2910

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)