FreeCalypso > hg > freecalypso-sw
changeset 814:1c0c8f93bd60
aci: psa_util.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 08:09:28 +0000 |
parents | d988f0f6aeb9 |
children | 15cf4a8961d0 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/psa_util.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 08:07:19 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 08:09:28 2015 +0000 @@ -23,7 +23,7 @@ psa_ccf.o psa_ccp.o psa_ccs.o psa_f.o psa_mmf.o psa_mmif.o psa_mmip.o \ psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o psa_simf.o \ psa_simp.o psa_sims.o psa_smsf.o psa_smsp.o psa_smss.o psa_ssf.o \ - psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o + psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/psa_util.c Sun Apr 05 08:07:19 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_util.c Sun Apr 05 08:09:28 2015 +0000 @@ -22,6 +22,11 @@ #define PSA_UTIL_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/