fix board issue with lpcxpresso 1347

This commit is contained in:
hathach
2018-12-03 16:13:44 +07:00
parent 66bd9f0a16
commit f9ae8fa5d2
2 changed files with 26 additions and 9 deletions
@@ -177,8 +177,7 @@ void SystemInit(void)
void board_init(void)
{
#if CFG_TUSB_OS == OPT_OS_NONE // TODO may move to main.c
#if CFG_TUSB_OS == OPT_OS_NONE
SysTick_Config(SystemCoreClock / BOARD_TICKS_HZ); // 1 msec tick timer
#endif