diff gsm-fw/g23m-aci/uart/uart_txs.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_txs.c	Sat Mar 07 23:00:01 2015 +0000
+++ b/gsm-fw/g23m-aci/uart/uart_txs.c	Sat Mar 07 23:55:47 2015 +0000
@@ -24,6 +24,10 @@
 #define UART_TXS_C
 #endif /* !UART_TXS_C */
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+
 #define ENTITY_UART
 
 #ifndef FF_MULTI_PORT
@@ -45,8 +49,8 @@
 #endif /* DTILIB */
 #include "pei.h"        /* to get PEI interface */
 #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_ */