FreeRTOS Error: L6218E: Undefined symbol xQueueCreateCountingSemaphore
Or define it in FreeRTOSConfig.h and change it to 1. Try to define it in FreeRTOSConfig.h without moving FreeRTOS.h
#define configUSE_COUNTING_SEMAPHORES 1
FreeRTOS Error: L6218E: Undefined symbol xQueueCreateCountingSemaphore
Or define it in FreeRTOSConfig.h and change it to 1. Try to define it in FreeRTOSConfig.h without moving FreeRTOS.h
#define configUSE_COUNTING_SEMAPHORES 1