added build env for VC++

This commit is contained in:
strawmanbobi
2016-12-14 21:37:56 +08:00
parent 6653c7ac8f
commit 684dedfa90
26 changed files with 349 additions and 96 deletions

View File

@@ -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);