FreeCalypso > hg > freecalypso-sw
changeset 805:f219798c74ea
aci: line_edit.c and line_split.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 05:15:08 +0000 |
parents | b50379990075 |
children | 6ce960359fee |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/line_edit.c gsm-fw/g23m-aci/aci/line_split.c |
diffstat | 3 files changed, 14 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:15:08 2015 +0000 @@ -18,7 +18,8 @@ cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \ 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 + conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o \ + line_edit.o line_split.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/line_edit.c Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/line_edit.c Sun Apr 05 05:15:08 2015 +0000 @@ -23,11 +23,16 @@ #include <string.h> #include <ctype.h> +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "typedefs.h" #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h"
--- a/gsm-fw/g23m-aci/aci/line_split.c Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/line_split.c Sun Apr 05 05:15:08 2015 +0000 @@ -23,11 +23,16 @@ #include <string.h> #include <ctype.h> +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "typedefs.h" #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h"