comparison gsm-fw/sysglue/appinit.c @ 489:2a26785fb5a2

gsm-fw: GPF included in the build with feature gpf, link successful
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 29 Jun 2014 22:37:29 +0000
parents aa4ba71a1032
children 98c6be4d3d8d
comparison
equal deleted inserted replaced
488:e8ed76bbf556 489:2a26785fb5a2
25 /* end of Init_Drivers() */ 25 /* end of Init_Drivers() */
26 #if CONFIG_GSM 26 #if CONFIG_GSM
27 Cust_Init_Layer1(); 27 Cust_Init_Layer1();
28 #endif 28 #endif
29 Init_Serial_Flows(); 29 Init_Serial_Flows();
30 #if CONFIG_GSM 30 #if CONFIG_GPF
31 StartFrame(); 31 StartFrame();
32 #endif 32 #endif
33 Init_Unmask_IT(); 33 Init_Unmask_IT();
34 } 34 }