FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/comlib/cl_rlcmac.c @ 670:f8175b92d0f7
comlib: all modules compile after including config.h and fixedconf.h
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 17:00:14 +0000 |
parents | d36f647c2432 |
children |
comparison
equal
deleted
inserted
replaced
669:b3def8c01572 | 670:f8175b92d0f7 |
---|---|
19 */ | 19 */ |
20 | 20 |
21 #ifndef CL_RLCMAC_C | 21 #ifndef CL_RLCMAC_C |
22 #define CL_RLCMAC_C | 22 #define CL_RLCMAC_C |
23 #endif /* #ifndef CL_RLCMAC_C */ | 23 #endif /* #ifndef CL_RLCMAC_C */ |
24 | |
25 #include "config.h" | |
26 #include "fixedconf.h" | |
24 | 27 |
25 #define ENTITY_GRLC | 28 #define ENTITY_GRLC |
26 #define ENTITY_GRR | 29 #define ENTITY_GRR |
27 | 30 |
28 /*==== INCLUDES =============================================================*/ | 31 /*==== INCLUDES =============================================================*/ |