diff gsm-fw/sysglue/appinit.c @ 525:98c6be4d3d8d

CONFIG_GSM vs CONFIG_INCLUDE_L1: a few changes in preparation
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 18:42:38 +0000
parents 2a26785fb5a2
children 0677a6fbb8b6
line wrap: on
line diff
--- a/gsm-fw/sysglue/appinit.c	Mon Jul 14 07:03:53 2014 +0000
+++ b/gsm-fw/sysglue/appinit.c	Mon Jul 14 18:42:38 2014 +0000
@@ -19,11 +19,11 @@
 	rvf_init();
 	rvm_init();
 	create_tasks();
-#if 0
+#if CONFIG_GSM
 	SIM_Initialize();
 #endif
 	/* end of Init_Drivers() */
-#if CONFIG_GSM
+#if CONFIG_INCLUDE_L1
 	Cust_Init_Layer1();
 #endif
 	Init_Serial_Flows();