comparison gsm-fw/g23m-glue/cst/cst_csf.c @ 844:55b3de755b7a

starting to compile cst
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 25 Apr 2015 20:11:08 +0000
parents c14bc60c6c30
children
comparison
equal deleted inserted replaced
843:7666dd5df2bc 844:55b3de755b7a
15 15
16 #ifndef CST_CSF_C 16 #ifndef CST_CSF_C
17 #define CST_CSF_C 17 #define CST_CSF_C
18 #endif 18 #endif
19 19
20 20 #include "config.h"
21 #include "config/swconfig.cfg" 21 #include "fixedconf.h"
22 #include "config/board.cfg" 22 #include "condat-features.h"
23
24 23
25 #define ENTITY_CST 24 #define ENTITY_CST
26 25
27 /*==== INCLUDES ===================================================*/ 26 /*==== INCLUDES ===================================================*/
28 27
29 #include <string.h> 28 #include <string.h>
30 #include "typedefs.h" 29 #include "typedefs.h"
31 #include "vsi.h" 30 #include "vsi.h"
32 #include "gsm.h" 31 #include "gsm.h"
33 #include "p_cst.h" 32 #include "p_cst.h"
34 #include "cst/cst.h" 33 #include "cst.h"
35 34
36 /*==== CONSTANTS ==================================================*/ 35 /*==== CONSTANTS ==================================================*/
37 36
38 /*==== TYPES ======================================================*/ 37 /*==== TYPES ======================================================*/
39 38
211 GLOBAL void csf_vm_play (CHAR *output, UBYTE vm_flash_index) 210 GLOBAL void csf_vm_play (CHAR *output, UBYTE vm_flash_index)
212 { 211 {
213 // Dummy function 212 // Dummy function
214 } 213 }
215 #endif 214 #endif
216
217
218