esp-open-rtos/examples/tick_idle_hooks/FreeRTOSConfig.h
2017-03-20 12:56:17 -07:00

10 lines
No EOL
143 B
C

/**
Configuration overrides for FreeRTOS.
**/
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#include_next "FreeRTOSConfig.h"