changeset 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 3f9566c41e67
children ec6e503c1fc7
files gsm-fw/include/condat-features.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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