summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
blob: 224e4fbef6a5c8b4d4ea85ca0b24518792cc28d0 (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[] = "P4Y";

/** @} */