summaryrefslogtreecommitdiffstats
path: root/Tools/templates/source_template.hcc
blob: 777680c671acf3b7f7fe16625559327085916cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*! @file header_templace.hcc
 *
 * @section generic Message build up information and more
 *
 * @section project Project information.
 * Project Graphic Equalizer\n
 * @author 
 * @date 20041011
 * @version 0.1
 *
 * @section copyright Copyright
 * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved
 *
 * @section history Change history
 * 20041011: \n	Initial version
 *
 ********************************************************************/

/******** System Includes *************/

/******** Application Includes ********/



/*! @fn		void main(void);
 * @brief	
 * 
 * @param	void
 *
 * @return	void
 * @retval	void
 */
void main(void) {
} /* --- main() --- */