diff gsm-fw/sysglue/appinit.c @ 637:0677a6fbb8b6

gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 16:03:38 +0000
parents 98c6be4d3d8d
children d779078abe40
line wrap: on
line diff
--- a/gsm-fw/sysglue/appinit.c	Mon Sep 01 19:34:31 2014 +0000
+++ b/gsm-fw/sysglue/appinit.c	Wed Sep 03 16:03:38 2014 +0000
@@ -19,7 +19,7 @@
 	rvf_init();
 	rvm_init();
 	create_tasks();
-#if CONFIG_GSM
+#if CONFIG_INCLUDE_SIM
 	SIM_Initialize();
 #endif
 	/* end of Init_Drivers() */
@@ -27,7 +27,7 @@
 	Cust_Init_Layer1();
 #endif
 	Init_Serial_Flows();
-#if CONFIG_GPF
+#if CONFIG_INCLUDE_GPF
 	StartFrame();
 #endif
 	Init_Unmask_IT();