comparison gsm-fw/g23m-aci/uart/uart_rxf.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
comparison
equal deleted inserted replaced
778:ac329f4627ac 779:f54080301c98
22 22
23 #ifndef UART_RXF_C 23 #ifndef UART_RXF_C
24 #define UART_RXF_C 24 #define UART_RXF_C
25 #endif /* !UART_RXF_C */ 25 #endif /* !UART_RXF_C */
26 26
27 #include "config.h"
28 #include "fixedconf.h"
29 #include "condat-features.h"
30
27 #define ENTITY_UART 31 #define ENTITY_UART
28 32
29 #ifndef FF_MULTI_PORT 33 #ifndef FF_MULTI_PORT
30 /*==== INCLUDES =============================================================*/ 34 /*==== INCLUDES =============================================================*/
31 35
43 #ifdef DTILIB 47 #ifdef DTILIB
44 #include "dti.h" /* to get dti lib */ 48 #include "dti.h" /* to get dti lib */
45 #endif /* DTILIB */ 49 #endif /* DTILIB */
46 #include "pei.h" /* to get PEI interface */ 50 #include "pei.h" /* to get PEI interface */
47 #ifdef _TARGET_ 51 #ifdef _TARGET_
48 #include "uart/serialswitch.h" 52 #include "../../serial/serialswitch.h"
49 #include "uart/traceswitch.h" 53 #include "../../serial/traceswitch.h"
50 #else /* _TARGET_ */ 54 #else /* _TARGET_ */
51 #include "serial_dat.h" /* to get definitions of serial driver */ 55 #include "serial_dat.h" /* to get definitions of serial driver */
52 #endif /* _TARGET_ */ 56 #endif /* _TARGET_ */
53 #include "uart.h" /* to get the global entity definitions */ 57 #include "uart.h" /* to get the global entity definitions */
54 58