summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
diff options
context:
space:
mode:
authorunknown <xvsnepe@.seavus-dev2.com>2012-01-04 13:33:09 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:41:30 +0200
commite80c74d2b26a3ac5e8fc818d749fdcf60181d101 (patch)
treedd0f9d89413076b1ecc6216f92024b8ee77bd5a2 /lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
parentf2be658909048b1050bf66c14324cccce852a931 (diff)
Add LCD/LCM compatibility check version 2
Small changes for LCD/LCM compatibility check added. ST-Ericsson ID: 362575 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ic8d9b0940cc9c949aac84cea8abca4f95c992a93 Signed-off-by: unknown <xvsnepe@.seavus-dev2.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39382 Reviewed-by: QABUILD Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c b/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
index bd4ebc8..2d76970 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
@@ -8,9 +8,11 @@
*/
/**
* var char LCM_CurrentVersion[]
- * brief ASCII string variable holding the LCM version/build time/product number..
+ * brief ASCII string holding the LCM version.
+ * The LCM_CurrentVersion string is compared with
+ * LCD_LCM_CompatibilityList in file LcdVersion.cpp in LCD code.
*/
-char LCM_CurrentVersion[] = "PX4";
+char LCM_CurrentVersion[] = "PX5";
/** @} */