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

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
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