clean up freertos hook

This commit is contained in:
hathach 2019-05-01 16:07:08 +07:00
parent d204ae27fa
commit 79b636bf63
1 changed files with 0 additions and 7 deletions

View File

@ -94,10 +94,3 @@ void vApplicationGetTimerTaskMemory( StaticTask_t **ppxTimerTaskTCBBuffer, Stack
configTIMER_TASK_STACK_DEPTH is specified in words, not bytes. */
*pulTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH;
}
// executes from within an ISR
void vApplicationTickHook(void)
{
}