comparison gsm-fw/g23m-gsm/mm/mm_em.c @ 718:537f0f059574

mm_em.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 04 Oct 2014 00:54:26 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
717:470f87d36741 718:537f0f059574
12 | any rights to reproduce or disclose its contents or to 12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in 13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of 14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG. 15 | Texas Instruments Berlin, AG.
16 +----------------------------------------------------------------------------- 16 +-----------------------------------------------------------------------------
17 | Purpose : This Module defines the engineering mode (EM) device driver for the 17 | Purpose : This Module defines the engineering mode (EM) device driver for
18 | G23 protocol stack. This driver is used to control all engineering 18 | the G23 protocol stack. This driver is used to control all
19 | mode related functions. 19 } engineering mode related functions.
20 +----------------------------------------------------------------------------- 20 +-----------------------------------------------------------------------------
21 */ 21 */
22 22
23 #ifndef MM_EM_C 23 #ifndef MM_EM_C
24 #define MM_EM_C 24 #define MM_EM_C
25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
25 29
26 #define ENTITY_MM 30 #define ENTITY_MM
27 31
28 /*==== INCLUDES ===================================================*/ 32 /*==== INCLUDES ===================================================*/
29 33