summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
blob: bd4ebc818d3dc09db99a00bcb914035aefed73c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/
/**
 * @addtogroup ldr_communication_serv
 * @{
 */
/**
 * var char LCM_CurrentVersion[]
 * brief ASCII string variable holding the LCM version/build time/product number..
 */

char LCM_CurrentVersion[] = "PX4";

/** @} */