FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/include/condat-features.h @ 748:2dcd1bef7ea8
gsm-fw/include/condat-features.h: disable SIM_TOOLKIT
for the initial G23M stack integration effort
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Oct 2014 02:21:51 +0000 |
parents | 029f631b22ff |
children | 7f68d2ab0d33 |
comparison
equal
deleted
inserted
replaced
747:3f9566c41e67 | 748:2dcd1bef7ea8 |
---|---|
18 #define FF_EM_MODE 1 | 18 #define FF_EM_MODE 1 |
19 #define FF_MULTIBAND 1 | 19 #define FF_MULTIBAND 1 |
20 #define FF_HOMEZONE 1 | 20 #define FF_HOMEZONE 1 |
21 #define FF_MMI_SMS_DYNAMIC 1 | 21 #define FF_MMI_SMS_DYNAMIC 1 |
22 #define HAS_FLASH_EPROM 1 | 22 #define HAS_FLASH_EPROM 1 |
23 #define SIM_TOOLKIT 1 | |
24 #define UART 1 | 23 #define UART 1 |
25 #define USE_L1FD_FUNC_INTERFACE 1 | 24 #define USE_L1FD_FUNC_INTERFACE 1 |
26 #define VOCODER_FUNC_INTERFACE 1 | 25 #define VOCODER_FUNC_INTERFACE 1 |
26 | |
27 /* let's disable SIM toolkit for now */ | |
28 #if 0 | |
29 #define SIM_TOOLKIT 1 | |
30 #endif |