diff gsm-fw/L1/cfile/l1_afunc.c @ 546:c7e53436c451

L1: starting to compile core C files
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 06:58:00 +0000
parents 96a96ec34139
children 67ab5f240b7d
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/l1_afunc.c	Sun Aug 03 06:29:53 2014 +0000
+++ b/gsm-fw/L1/cfile/l1_afunc.c	Sun Aug 03 06:58:00 2014 +0000
@@ -9,8 +9,9 @@
 
 #define  L1_AFUNC_C
 
+#include "config.h"
+#include "l1_confg.h"
 #include "l1_macro.h"
-#include "l1_confg.h"
 
 #if (CODE_VERSION == SIMULATION)
   #include <string.h>
@@ -84,7 +85,7 @@
     #include "l1aac_defty.h"
   #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"