added build env for VC++
This commit is contained in:
@@ -8,8 +8,6 @@ Description: This file provides generic utils for IRDA algorithms
|
||||
Revision log:
|
||||
* 2016-10-01: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
#include "irda_defs.h"
|
||||
#include "irda_decode.h"
|
||||
|
||||
#ifndef _IRDA_UTILS_H_
|
||||
#define _IRDA_UTILS_H_
|
||||
@@ -19,6 +17,9 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "irda_defs.h"
|
||||
#include "irda_decode.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern void string_to_hex(UINT8 *p, ac_hex *pac_hex, UINT16 len);
|
||||
|
||||
Reference in New Issue
Block a user