FreeCalypso > hg > freecalypso-sw
changeset 813:d988f0f6aeb9
aci: psa_uart?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 08:07:19 +0000 |
parents | b522307de6f2 |
children | 1c0c8f93bd60 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/psa_uartp.c gsm-fw/g23m-aci/aci/psa_uarts.c |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:58:27 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 08:07:19 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_ssp.o psa_sss.o psa_uartp.o psa_uarts.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/psa_uartp.c Sun Apr 05 07:58:27 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_uartp.c Sun Apr 05 08:07:19 2015 +0000 @@ -20,6 +20,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef PSA_UARTP_C
--- a/gsm-fw/g23m-aci/aci/psa_uarts.c Sun Apr 05 07:58:27 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_uarts.c Sun Apr 05 08:07:19 2015 +0000 @@ -19,6 +19,12 @@ | interface. +----------------------------------------------------------------------------- */ + +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef PSA_UARTS_C