#ifndef __IR_TRANSMIT__ #define __IR_TRANSMIT__ #include "freertos/queue.h" void initIrTransmit(); extern QueueHandle_t toshibaTxQueue; #endif