FreeCalypso > hg > freecalypso-sw
changeset 707:b111f8e4aef3
dl_em.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 03 Oct 2014 04:08:59 +0000 |
parents | 0c6dd0dcbfe6 |
children | 6bc81ea50ab5 |
files | gsm-fw/g23m-gsm/dl/Makefile gsm-fw/g23m-gsm/dl/dl_em.c |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/dl/Makefile Fri Oct 03 04:05:21 2014 +0000 +++ b/gsm-fw/g23m-gsm/dl/Makefile Fri Oct 03 04:08:59 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o +OBJS= dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o all: ${OBJS}
--- a/gsm-fw/g23m-gsm/dl/dl_em.c Fri Oct 03 04:05:21 2014 +0000 +++ b/gsm-fw/g23m-gsm/dl/dl_em.c Fri Oct 03 04:08:59 2014 +0000 @@ -23,9 +23,12 @@ #ifndef DL_EM_C #define DL_EM_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_DL - /*==== INCLUDES ===================================================*/ #include "typedefs.h" #include <string.h> @@ -223,7 +226,7 @@ } else { - SYST_TRACE ("DL:canīt open semaphore \"EM_DL_SEM\""); + SYST_TRACE ("DL:can't open semaphore \"EM_DL_SEM\""); } em_dl_trace_occured = 0; @@ -375,4 +378,3 @@ #endif /* FF_EM_MODE */ #endif /* DL_EM_C */ -