FreeCalypso > hg > freecalypso-sw
diff gsm-fw/g23m-aci/uart/uart_dtxs.c @ 779:f54080301c98
UART protocol stack entity compiles
author | Michael Spacefalcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 07 Mar 2015 23:55:47 +0000 |
parents | eedbf248bac0 |
children |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/uart/uart_dtxs.c Sat Mar 07 23:00:01 2015 +0000 +++ b/gsm-fw/g23m-aci/uart/uart_dtxs.c Sat Mar 07 23:55:47 2015 +0000 @@ -24,6 +24,10 @@ #define UART_DTXS_C #endif /* !UART_DTXS_C */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_UART /*==== INCLUDES =============================================================*/ @@ -48,8 +52,8 @@ #include "gsi.h" /* to get definitions of serial driver */ #else /* FF_MULTI_PORT */ #ifdef _TARGET_ -#include "uart/serialswitch.h" -#include "uart/traceswitch.h" +#include "../../serial/serialswitch.h" +#include "../../serial/traceswitch.h" #else /* _TARGET_ */ #include "serial_dat.h" /* to get definitions of serial driver */ #endif /* _TARGET_ */