summaryrefslogtreecommitdiff
path: root/source/LcdVersion.cpp
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 /source/LcdVersion.cpp
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 'source/LcdVersion.cpp')
-rw-r--r--source/LcdVersion.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/source/LcdVersion.cpp b/source/LcdVersion.cpp
index 168f0b5..a1b9dcc 100644
--- a/source/LcdVersion.cpp
+++ b/source/LcdVersion.cpp
@@ -13,9 +13,11 @@
#define GetProcAddress dlsym
#endif
/**
- * var char *LCD_VersionList[]
- * brief ASCII string list variable holding the LCD version/build time/product number..
+ * var char *LCD_LCM_CompatibilityList[]
+ * brief ASCII string list holding the permitted LCM versions.
+ * This table contains compatibility information for the versions of LCM.
+ * Current LCM version is defined in file lcm_version.c in LCM code.
*/
-char *LCD_VersionList[] = {"PX4",
- NULL
- };
+char *LCD_LCM_CompatibilityList[] = {"PX5",
+ NULL
+ };