diff gsm-fw/g23m-aci/aci/cmh_f.c @ 792:44bac38197dd

aci: cmh_cphs.c through cmh_f.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 22:11:27 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/cmh_f.c	Thu Mar 12 20:51:29 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cmh_f.c	Thu Mar 12 22:11:27 2015 +0000
@@ -23,6 +23,11 @@
 #define CMH_F_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/
@@ -109,7 +114,7 @@
 #include "rx.h"
 
 #ifndef _SIMULATION_
-#include "ffs/ffs.h"
+#include "../../services/ffs/ffs.h"
 #include "ffs_coat.h"
 #endif