// button_led_comm.c #include "button_led_comm.h" // Define the queue handle here. This is where the storage for the queue handle is allocated. // It is initialized to NULL; the queue itself will be created (allocated) at runtime. QueueHandle_t xLedControlQueue = NULL;