diff gsm-fw/g23m-gsm/alr/alr_csf.c @ 677:a71671d8c2db

alr_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 05:07:39 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/alr/alr_csf.c	Mon Sep 29 04:54:15 2014 +0000
+++ b/gsm-fw/g23m-gsm/alr/alr_csf.c	Mon Sep 29 05:07:39 2014 +0000
@@ -21,6 +21,10 @@
 #ifndef ALR_CSF_C
 #define ALR_CSF_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_PL
 
 /*==== INCLUDES ===================================================*/
@@ -46,6 +50,13 @@
 #include "alr_gprs.h"
 #endif
 
+/*
+ * FreeCalypso note: I left the crud below untouched because it produces
+ * no effect other than some trace output containing no useful info,
+ * and leaving the code alone results in this "functionality" being
+ * disabled because we don't define _TMS470.
+ */
+
 #ifdef _TMS470
 #include "inth/iq.h"
 #include "armio/armio.h"