wifidmm/src/FreeRTOSConfig.h

7 lines
172 B
C

/* The serial driver depends on counting semaphores */
#define configUSE_COUNTING_SEMAPHORES 1
/* Use the defaults for everything else */
#include_next<FreeRTOSConfig.h>