ported freeRTOS with lpc175x_6x, all host demo work

This commit is contained in:
hathach 2014-03-03 16:54:17 +07:00
parent 22a84f744d
commit 9604645f24
1 changed files with 3 additions and 0 deletions

View File

@ -48,7 +48,10 @@
void board_init(void)
{
SystemInit();
#if TUSB_CFG_OS == TUSB_OS_NONE // TODO may move to main.c
SysTick_Config(SystemCoreClock / CFG_TICKS_PER_SECOND); // 1 msec tick timer
#endif
// Leds Init
GPIO_SetDir(BOARD_LED_PORT, BIT_(BOARD_LED_PIN), 1);