diff --git a/src/ir_decoder/ir_decoder.vcxproj b/src/ir_decoder/ir_decoder.vcxproj
index f0b02a7..c80b63a 100644
--- a/src/ir_decoder/ir_decoder.vcxproj
+++ b/src/ir_decoder/ir_decoder.vcxproj
@@ -84,12 +84,13 @@
- Use
+ NotUsing
Level3
Disabled
true
WIN32;_DEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
true
+ D:\Project\Iot_Work\irext\core\src\ir_decoder\include;%(AdditionalIncludeDirectories)
Windows
@@ -112,7 +113,7 @@
- Use
+ NotUsing
Level3
MaxSpeed
true
diff --git a/src/ir_decoder/src/ir_ac_build_frame.c b/src/ir_decoder/src/ir_ac_build_frame.c
index f3f767d..6bef61d 100644
--- a/src/ir_decoder/src/ir_ac_build_frame.c
+++ b/src/ir_decoder/src/ir_ac_build_frame.c
@@ -140,6 +140,4 @@ UINT16 create_ir_frame()
}
return context->code_cnt;
-}
-
-
+}
\ No newline at end of file