diff L1/cfile/l1_sync.c @ 9:b80f0c5016ee

L1/cfile: new code compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 06:28:19 +0000
parents b36540edb046
children
line wrap: on
line diff
--- a/L1/cfile/l1_sync.c	Thu Jun 09 05:45:03 2016 +0000
+++ b/L1/cfile/l1_sync.c	Thu Jun 09 06:28:19 2016 +0000
@@ -8,8 +8,9 @@
  ************* Revision Controle System Header *************/
 
 //#pragma DUPLICATE_FOR_INTERNAL_RAM_START
+  #include "config.h"
+  #include "l1_confg.h"
   #include "l1_macro.h"
-  #include "l1_confg.h"
 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END
 
 #if !((MOVE_IN_INTERNAL_RAM == 1) && (GSM_IDLE_RAM !=0))  // MOVE TO INTERNAL MEM IN CASE GSM_IDLE_RAM enabled
@@ -129,7 +130,7 @@
   #endif
 
   #include "l1_defty.h"
-  #include "cust_os.h"
+  #include "../../gpf/inc/cust_os.h"
   #include "l1_msgty.h"
   #include "l1_varex.h"
   #include "l1_proto.h"
@@ -7998,7 +7999,7 @@
 	 * TCS211 binary object; it appears neither in the LoCosto nor
 	 * in the TSM30 source.
 	 */
-        #if (AEC)
+        #if (AUDIO_TASK && AEC)
 	  if((l1s.aec.aec_control & 0x0002) || (l1s.aec.aec_control & 0x0004)) {
 	    l1s.aec.aec_control = l1a_l1s_com.aec_task.parameters.aec_control
 				  | 0x0001;