#ifndef _IR_NEC_H_ #define _IR_NEC_H_ #include "define_all.h" #define IR_SEND_NORMAL(__DATA__,__SIZE__) UARTx_SendData_Normal(UART0,__DATA__,__SIZE__) ErrorStatus_STM32 IR_Uart0_Rx_DMA_CH7_Check(void); #endif