diff L1/cfile/l1_async.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 88bca1eff64a
line wrap: on
line diff
--- a/L1/cfile/l1_async.c	Thu Jun 09 05:45:03 2016 +0000
+++ b/L1/cfile/l1_async.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
@@ -87,7 +88,7 @@
   #include "l1_const.h"
   #include "l1_time.h"
   #include "l1_signa.h"
-  #include "cust_os.h"
+  #include "../../gpf/inc/cust_os.h"
   #if TESTMODE
     #include "l1tm_defty.h"
     #include "l1tm_signa.h"
@@ -282,7 +283,7 @@
   #if (L1_AGC_DL == 1)
     extern void l1a_mmi_agc_dl_process          (xSignalHeaderRec *msg);
   #endif
-#if (L1_DRC == 1)
+  #if (L1_DRC == 1)
     extern void l1a_mmi_drc_process             (xSignalHeaderRec *msg);
   #endif
   #if (L1_LIMITER == 1)