comparison gsm-fw/bsp/abb+spi/abb.c @ 150:3c850b416c9a

integrating more L1 header files needed by the abb+spi code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 16 Nov 2013 20:55:06 +0000
parents 63750f70796d
children d0de2d0a426d
comparison
equal deleted inserted replaced
149:971e84124a6f 150:3c850b416c9a
24 /* */ 24 /* */
25 /* Previous delta : Creation */ 25 /* Previous delta : Creation */
26 /* */ 26 /* */
27 /**********************************************************************************/ 27 /**********************************************************************************/
28 28
29 #include "l1sw.cfg" 29 #include "../../include/config.h"
30 30
31 #include "chipset.cfg"
32 #include "board.cfg"
33 #include "rf.cfg"
34 #include "swconfig.cfg"
35 #include "sys.cfg"
36 #include "abb.h" 31 #include "abb.h"
37 #include "l1_macro.h" 32 #include "l1_macro.h"
38 #include "l1_confg.h" 33 #include "l1_confg.h"
39 #include "clkm/clkm.h" // for wait_ARM_cycles function 34 #include "clkm/clkm.h" // for wait_ARM_cycles function
40 #include "abb_inline.h" 35 #include "abb_inline.h"