summaryrefslogtreecommitdiff
path: root/lcmodule
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule')
-rw-r--r--lcmodule/Makefile2
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lcmodule/Makefile b/lcmodule/Makefile
index e464e8b..2834db2 100644
--- a/lcmodule/Makefile
+++ b/lcmodule/Makefile
@@ -119,7 +119,7 @@ ifeq ($(BUILD_WIN),)
CFLAGS := -g -O2 -Wall -fPIC -fvisibility=hidden -DUINT64_SUPPORTED -DSINT64_SUPPORTED -DINT64_BASE_TYPE="long long" -DCFG_ENABLE_A2_FAMILY -DLCM_EXPORTS
else
# For Windows x32 and x64 version compile flags
-CFLAGS := -Wall -D__WIN32__ -mthreads -mwindows -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DLCM_EXPORTS
+CFLAGS := -Wall -O2 -D__WIN32__ -mthreads -mwindows -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DLCM_EXPORTS
endif
build:
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml b/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
index 459edac..68b9da3 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
@@ -222,7 +222,7 @@
<value number="1251" name="E_NONEXIST_TIMER" fatal="false" short="Timer with the specified index does not exist.">Internal error.Report this problem</value>
<value number="1252" name="E_FAILED_TO_SET_TIMER" fatal="false" short="Failed to start the timer.">Internal error. Report this problem</value>
<value number="1253" name="E_TIMER_INIT_FAILED" fatal="false" short="Timer initialization failed.">Internal error. Report this problem</value>
- <value number="1254" name="E_TIMER_IRQ_CONF_FAILED" fatal="false"> short="Timer interrupt configure failed.">Internal error. Report this problem</value>
+ <value number="1254" name="E_TIMER_IRQ_CONF_FAILED" fatal="false" short="Timer interrupt configure failed.">Internal error. Report this problem</value>
<!--
* Parameter Fatal 1300-1350