rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS
This commit is contained in:
@@ -58,7 +58,7 @@ void board_init(void)
|
||||
{
|
||||
SystemInit();
|
||||
|
||||
#if CFG_TUSB_OS == TUSB_OS_NONE // TODO may move to main.c
|
||||
#if CFG_TUSB_OS == OPT_OS_NONE // TODO may move to main.c
|
||||
SysTick_Config(SystemCoreClock / BOARD_TICKS_HZ); // 1 msec tick timer
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user