FreeCalypso > hg > fc-tourmaline
view src/cs/drivers/drv_app/lcc/lcc_cfg.h @ 193:03ac997d2d43
mmiIcons.c: use #if 0 and #else instead of comments
for old Condat vs. TI logo selection for smallbw
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 28 Mar 2021 04:44:04 +0000 |
| parents | 4e78acac3d88 |
| children |
line wrap: on
line source
/****************************************************************************** * Power Config (LCC) * Design and coding by Laurent Sollier * * LCC Configuration * * lcc_cfg.h 1.0 Mon, 15 Dec 2003 * ******************************************************************************/ #ifndef _LCC_CFG_H_ #define _LCC_CFG_H_ /* This include is just needed for _RVF (Traces) */ #include "ffs.cfg" #define TRACE_WANTED 1 #define USE_PWL_AS_MODULATOR 1 #define TEST_PWR_MMI_INTERFACE 0 #define USE_Q401_CHG_CIRCUIT 1 #define USE_Q402_CHG_CIRCUIT 0 #endif
