summaryrefslogtreecommitdiff
path: root/source/LcdVersion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LcdVersion.cpp')
-rw-r--r--source/LcdVersion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/LcdVersion.cpp b/source/LcdVersion.cpp
index 5cd757e..daf7e56 100644
--- a/source/LcdVersion.cpp
+++ b/source/LcdVersion.cpp
@@ -18,6 +18,6 @@
* 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_LCM_CompatibilityList[] = {"P1Y",
- NULL
- };
+const char *LCD_LCM_CompatibilityList[] = {"P2Y",
+ NULL
+ };