FreeCalypso > hg > freecalypso-sw
changeset 806:6ce960359fee
aci: phb.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 05:50:28 +0000 |
parents | f219798c74ea |
children | 1385f2c30ad8 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/phb.c |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:15:08 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:50:28 2015 +0000 @@ -19,7 +19,7 @@ cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \ cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \ conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o \ - line_edit.o line_split.o + line_edit.o line_split.o phb.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/phb.c Sun Apr 05 05:15:08 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/phb.c Sun Apr 05 05:50:28 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifndef TI_PS_FFS_PHB #include "aci_all.h" @@ -53,7 +58,7 @@ #include "psa_ss.h" #ifndef _SIMULATION_ -#include "ffs\ffs.h" +#include "../../services/ffs/ffs.h" #endif /********* current define *******************************************/ static T_PHB_EXT_CMP_FCT ext_compare_fct = NULL; /* external compare function */