comparison 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
comparison
equal deleted inserted replaced
524:11b6ca57a079 525:98c6be4d3d8d
17 ABB_Sem_Create(); 17 ABB_Sem_Create();
18 ffs_main_init(); 18 ffs_main_init();
19 rvf_init(); 19 rvf_init();
20 rvm_init(); 20 rvm_init();
21 create_tasks(); 21 create_tasks();
22 #if 0 22 #if CONFIG_GSM
23 SIM_Initialize(); 23 SIM_Initialize();
24 #endif 24 #endif
25 /* end of Init_Drivers() */ 25 /* end of Init_Drivers() */
26 #if CONFIG_GSM 26 #if CONFIG_INCLUDE_L1
27 Cust_Init_Layer1(); 27 Cust_Init_Layer1();
28 #endif 28 #endif
29 Init_Serial_Flows(); 29 Init_Serial_Flows();
30 #if CONFIG_GPF 30 #if CONFIG_GPF
31 StartFrame(); 31 StartFrame();