diff gsm-fw/g23m-aci/aci/ati_sat.c @ 787:0b85dd2dec6a

aci: ati_sat.c and ati_sim.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 07:40:46 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/ati_sat.c	Thu Mar 12 06:53:01 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/ati_sat.c	Thu Mar 12 07:40:46 2015 +0000
@@ -18,6 +18,11 @@
 +----------------------------------------------------------------------------- 
 */ 
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef SIM_TOOLKIT
 
 #ifndef ATI_SAT_C
@@ -510,7 +515,7 @@
   ret=sAT_PercentSIMEF((T_ACI_CMD_SRC)srcId,mode);
 
   return(map_aci_2_ati_rslt(ret));
-  #endif /*FF_ATI_BAT*/
+#endif /*FF_ATI_BAT*/
 }
 
 
@@ -552,7 +557,7 @@
   }
 
   return(map_aci_2_ati_rslt(ret));
- #endif /* no FF_ATI_BAT */
+#endif /* no FF_ATI_BAT */
 }