7 lines
109 B
C
7 lines
109 B
C
|
#ifndef __APP_IR_CONTROLLER_H__
|
||
|
#define __APP_IR_CONTROLLER_H__
|
||
|
|
||
|
void app_irControllerProcess(void);
|
||
|
|
||
|
#endif
|