diff gsm-fw/L1/cfile/l1_async.c @ 549:b1e2dbb3c751

L1: l1_async.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 17:25:07 +0000
parents 67ab5f240b7d
children a8121805b6d0
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/l1_async.c	Sun Aug 03 16:13:52 2014 +0000
+++ b/gsm-fw/L1/cfile/l1_async.c	Sun Aug 03 17:25:07 2014 +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"
@@ -140,11 +141,10 @@
     #if ((CHIPSET == 12) || (CHIPSET == 15))
         #include "sys_inth.h"
     #else
-        #include "iq.h"
-        #include "inth.h"
-        #include "mem.h"
+        #include "../../bsp/iq.h"
+        #include "../../bsp/inth.h"
+        #include "../../bsp/mem.h"
     #endif
-
   #endif
 
   #if (VCXO_ALGO == 1)