From edce291d4b9e58c86348f87d673b55ffdbb40af6 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Wed, 20 Jun 2018 21:19:02 +0800 Subject: [PATCH] fixed print loop interator precise issue in ac decoder --- src/ir_decoder/src/ir_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ir_decoder/src/ir_decode.c b/src/ir_decoder/src/ir_decode.c index 5391b2b..367e874 100644 --- a/src/ir_decoder/src/ir_decode.c +++ b/src/ir_decoder/src/ir_decode.c @@ -267,7 +267,7 @@ static UINT16 ir_ac_lib_control(t_remote_ac_status ac_status, UINT16 *user_data, UINT16 time_length = 0; #if defined BOARD_PC - UINT8 i = 0; + UINT16 i = 0; #endif if (0 == context->default_code.len)