FreeCalypso > hg > leo2moko-debug
comparison chipsetsw/drivers/drv_app/lcc/lcc_cfg.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |