comparison gsm-fw/g23m-aci/aci/ati_src_uart.c @ 789:beb8e9851a07

aci: ati_*.c finished
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 16:35:22 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
788:e899a10f3d4d 789:beb8e9851a07
16 +----------------------------------------------------------------------------- 16 +-----------------------------------------------------------------------------
17 | Purpose : . 17 | Purpose : .
18 +----------------------------------------------------------------------------- 18 +-----------------------------------------------------------------------------
19 */ 19 */
20 20
21 #include "config.h"
22 #include "fixedconf.h"
23 #include "condat-features.h"
24 #include "aci_conf.h"
25
21 #ifdef UART 26 #ifdef UART
22 27
23 #ifndef ATI_SRC_UART_C 28 #ifndef ATI_SRC_UART_C
24 #define ATI_SRC_UART_C 29 #define ATI_SRC_UART_C
25 #endif 30 #endif
264 is_uart_src = FALSE; 269 is_uart_src = FALSE;
265 } 270 }
266 #endif /* _SIMULATION_ */ 271 #endif /* _SIMULATION_ */
267 272
268 273
269
270
271 switch(result_type) 274 switch(result_type)
272 { 275 {
273 /* UART and ACI connected */ 276 /* UART and ACI connected */
274 /* UART and ACI connected */ 277 /* UART and ACI connected */
275 case(DTI_CONN_STATE_CONNECTED): 278 case(DTI_CONN_STATE_CONNECTED):