FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/aci_conf.h @ 780:286567fb2ab8
starting to compile ACI; ati_ext_mech.h is missing
author | Michael Spacefalcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 08 Mar 2015 01:51:24 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
779:f54080301c98 | 780:286567fb2ab8 |
---|---|
1 /* | |
2 * This header file is a FreeCalypso addition. It serves a purpose similar to | |
3 * fixedconf.h and condat-features.h in gsm-fw/include, but this one is local | |
4 * to the ACI component. | |
5 */ | |
6 | |
7 #define DTI 1 | |
8 | |
9 #if CONFIG_UI | |
10 #define MMI 2 | |
11 #define MFW 1 | |
12 #else | |
13 #define MMI 0 | |
14 #define ACI 1 | |
15 #endif |