update 2016-11-08 b2

1. optimized memory usage for PC
This commit is contained in:
strawmanbobi
2016-11-08 22:08:26 +08:00
parent 9a6d1f38f8
commit 717984e12b
4 changed files with 41 additions and 32 deletions

View File

@@ -91,9 +91,6 @@ UINT8 decode_as_ac(const char* file_name)
return IR_DECODE_FAILED;
}
// no need to verify return value
irda_context_init();
if (IR_DECODE_FAILED == irda_ac_lib_parse())
{
IR_PRINTF("\nac lib parse failed\n");