diff gsm-fw/g23m-aci/aci/cmh_mmiq.c @ 793:c77d5b1fd6a2

aci: got to cmh_mmq.c, compilation failure (something to do with RTC), remains to be investigated and fixed
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 13 Mar 2015 00:29:36 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/cmh_mmiq.c	Thu Mar 12 22:11:27 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cmh_mmiq.c	Fri Mar 13 00:29:36 2015 +0000
@@ -23,6 +23,11 @@
 #define CMH_MMIQ_C
 #endif
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/
@@ -149,7 +154,7 @@
     return cmhSIM_ReqLanguage_LP_or_ELP ( srcId, SIM_ELP );
   }     
 
-   return( AT_CMPL );
+  return( AT_CMPL );
 }
 
 /*
@@ -185,7 +190,7 @@
     return( AT_FAIL );
   }
 
-   pPHBCmdPrm = &cmhPrm[srcId].phbCmdPrm;
+  pPHBCmdPrm = &cmhPrm[srcId].phbCmdPrm;
 
 /*
  *-------------------------------------------------------------------
@@ -255,13 +260,3 @@
 }
 
 /*==== EOF ========================================================*/
-
-
-
-
-
-
-
-
-
-