comparison gsm-fw/g23m-aci/aci/cmh_uartf.c @ 801:c64bfc13292c

aci: all cmh*.c compile for the sans-data configuration
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 04:16:57 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
800:21b9eb4d02d9 801:c64bfc13292c
16 +----------------------------------------------------------------------------- 16 +-----------------------------------------------------------------------------
17 | Purpose : This module defines the functions used by the command 17 | Purpose : This module defines the functions used by the command
18 | handler for the UART module. 18 | handler for the UART module.
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21
22 #include "config.h"
23 #include "fixedconf.h"
24 #include "condat-features.h"
25 #include "aci_conf.h"
21 26
22 #ifdef UART 27 #ifdef UART
23 28
24 #ifndef CMH_UARTF_C 29 #ifndef CMH_UARTF_C
25 #define CMH_UARTF_C 30 #define CMH_UARTF_C
423 break; 428 break;
424 case DEVICE_TYPE_URT: 429 case DEVICE_TYPE_URT:
425 TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_URT", srcId); 430 TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_URT", srcId);
426 break; 431 break;
427 case DEVICE_TYPE_MUX: 432 case DEVICE_TYPE_MUX:
428 TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_MUX", srcId); 433 TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_MUX", srcId);
429 break; 434 break;
430 default: 435 default:
431 TRACE_EVENT_P1("Device type of src %u has invalid value", srcId); 436 TRACE_EVENT_P1("Device type of src %u has invalid value", srcId);
432 break; 437 break;
433 } 438 }
434 439
435 return TRUE; 440 return TRUE;
436 } 441 }
437 else 442 else