comparison gsm-fw/g23m-gsm/dl/dl_sacch0.c @ 709:bf58458efda0

dl_sacch0.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 04:20:36 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
708:6bc81ea50ab5 709:bf58458efda0
19 +----------------------------------------------------------------------------- 19 +-----------------------------------------------------------------------------
20 */ 20 */
21 21
22 #ifndef DL_SACCH0_C 22 #ifndef DL_SACCH0_C
23 #define DL_SACCH0_C 23 #define DL_SACCH0_C
24
25 #include "config.h"
26 #include "fixedconf.h"
27 #include "condat-features.h"
24 28
25 #define ENTITY_DL 29 #define ENTITY_DL
26 30
27 /*==== INCLUDES ===================================================*/ 31 /*==== INCLUDES ===================================================*/
28 32
159 dl_data->sacch_mode--; 163 dl_data->sacch_mode--;
160 } 164 }
161 } 165 }
162 166
163 #endif 167 #endif
164