diff gsm-fw/g23m-gsm/alr/alr_pei.c @ 683:8e40f2974e4c

alr_pei.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 29 Sep 2014 21:59:00 +0000
parents 2f7df7a314f8
children
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/alr/alr_pei.c	Mon Sep 29 21:35:16 2014 +0000
+++ b/gsm-fw/g23m-gsm/alr/alr_pei.c	Mon Sep 29 21:59:00 2014 +0000
@@ -22,6 +22,10 @@
 #ifndef ALR_PEI_C
 #define ALR_PEI_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_PL
 
 /*==== INCLUDES ===================================================*/
@@ -1041,7 +1045,7 @@
 
   alr_mon.version = buf;
 #else
-/* Implements Measure#32 */
+  alr_mon.version = VERSION_ALR;
 #endif  /* _TMS470 */
 
   *monitor = &alr_mon;