FreeCalypso > hg > freecalypso-citrine
comparison riviera/rv_template/xxx_cfg.h @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 /** | |
2 * @file xxx_cfg.h | |
3 * | |
4 * Configuration definitions for the XXX instance. | |
5 * | |
6 * @author Your name here (your_email_here) | |
7 * @version 0.1 | |
8 */ | |
9 | |
10 /* | |
11 * History: | |
12 * | |
13 * Date Author Modification | |
14 * ------------------------------------------------------------------- | |
15 * // Create. | |
16 * | |
17 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved | |
18 */ | |
19 | |
20 #ifndef __XXX_CFG_H_ | |
21 #define __XXX_CFG_H_ | |
22 | |
23 | |
24 #include "rv/rv_general.h" /* General Riviera definitions. */ | |
25 /** | |
26 * Sample value. | |
27 */ | |
28 #define XXX_SAMPLE_VALUE 10 | |
29 | |
30 | |
31 #endif /* __XXX_CFG_H_ */ |