comparison src/cs/drivers/drv_app/lcc/lcc_cfg.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 /******************************************************************************
2 * Power Config (LCC)
3 * Design and coding by Laurent Sollier
4 *
5 * LCC Configuration
6 *
7 * lcc_cfg.h 1.0 Mon, 15 Dec 2003
8 *
9 ******************************************************************************/
10
11 #ifndef _LCC_CFG_H_
12 #define _LCC_CFG_H_
13
14 /* This include is just needed for _RVF (Traces) */
15 #include "ffs.cfg"
16
17 #define TRACE_WANTED 1
18 #define USE_PWL_AS_MODULATOR 1
19 #define TEST_PWR_MMI_INTERFACE 0
20 #define USE_Q401_CHG_CIRCUIT 1
21 #define USE_Q402_CHG_CIRCUIT 0
22
23 #endif