summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
diff options
context:
space:
mode:
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.c18
1 files changed, 0 insertions, 18 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
deleted file mode 100644
index b95f288..0000000
--- a/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************************************************************
- * Copyright (C) ST-Ericsson SA 2011
- * License terms: 3-clause BSD license
- ******************************************************************************/
-/**
- * @addtogroup ldr_communication_serv
- * @{
- */
-/**
- * var char LCM_CurrentVersion[]
- * 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[] = "P5Y";
-
-/** @} */