FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- a/gsm-fw/include/condat-features.h Sun Oct 05 22:54:57 2014 +0000 +++ b/gsm-fw/include/condat-features.h Mon Oct 06 02:21:51 2014 +0000 @@ -20,7 +20,11 @@ #define FF_HOMEZONE 1 #define FF_MMI_SMS_DYNAMIC 1 #define HAS_FLASH_EPROM 1 -#define SIM_TOOLKIT 1 #define UART 1 #define USE_L1FD_FUNC_INTERFACE 1 #define VOCODER_FUNC_INTERFACE 1 + +/* let's disable SIM toolkit for now */ +#if 0 +#define SIM_TOOLKIT 1 +#endif