/******************************************************************************* * 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[] = "P2Y"; /** @} */