tried to support aliot again(untested)

This commit is contained in:
strawmanbobi
2024-02-12 19:26:03 +08:00
parent c9d70c68c7
commit e96ab56e62
37 changed files with 123 additions and 19 deletions

View File

@@ -1,28 +0,0 @@
/**************************************************************************************
Filename: ir_utils.c
Revised: Date: 2016-10-26
Revision: Revision: 1.0
Description: This file provides generic utils for IR frame build
Revision log:
* 2016-10-01: created by strawmanbobi
**************************************************************************************/
#ifndef _IR_IRFRAME_H_
#define _IR_IRFRAME_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include "ir_defs.h"
extern UINT16 create_ir_frame();
#ifdef __cplusplus
}
#endif
#endif // _IR_IRFRAME_H_