From 9604645f242c7f7641f5b7156433a000149f4581 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 3 Mar 2014 16:54:17 +0700 Subject: [PATCH] ported freeRTOS with lpc175x_6x, all host demo work --- demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.c b/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.c index 1f76faa8..2a2e4b22 100644 --- a/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.c +++ b/demos/bsp/boards/lpcxpresso/board_lpcxpresso1769.c @@ -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);