esp-open-rtos/examples/tick_idle_hooks/FreeRTOSConfig.h

10 lines
143 B
C
Raw Normal View History

2017-03-20 19:56:17 +00:00
/**
Configuration overrides for FreeRTOS.
**/
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#include_next "FreeRTOSConfig.h"