Function/IR_NEC/ir_nec.h
@@ -1,16 +1,10 @@ #ifndef _IR_NEC_H_ #define _IR_NEC_H_ #include "define_all.h" #include "define_all.h" #define IR_SEND_NORMAL(__DATA__, __SIZE__) UARTx_SendData_Normal(UART0, __DATA__, __SIZE__) #define IR_SEND_NORMAL(__DATA__,__SIZE__) UARTx_SendData_Normal(UART0,__DATA__,__SIZE__) ErrorStatus_STM32 IR_Uart0_Rx_DMA_CH7_Check(void); ErrorStatus_STM32 IR_Uart5_Rx_DMA_CH5_Check(void); #endif