corrected jni source according to latest decode core

This commit is contained in:
strawmanbobi
2019-04-01 22:25:53 +08:00
parent c0ce80540f
commit af6620f3b1
25 changed files with 10399 additions and 188 deletions

View File

@@ -315,7 +315,7 @@ static void print_ir_time(t_ir_data *data, UINT8 key_index, UINT16 *ir_time)
}
else if (ir_decode_flag == IRDA_DECODE_2_BITS)
{
// for quanternary formatted code
// for quaternary formatted code
process_decode_number(key_code, data, 2, ir_time);
}
else if (ir_decode_flag == IRDA_DECODE_4_BITS)