summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
blob: b95f28877df55a7a8df263375dc5b9df9cabe351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*******************************************************************************
 * 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";

/** @} */