comparison gsm-fw/bsp/abb+spi/abb.c @ 151:d0de2d0a426d

more L1 header files brought in
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 04:50:45 +0000
parents 3c850b416c9a
children 26472940e5b0
comparison
equal deleted inserted replaced
150:3c850b416c9a 151:d0de2d0a426d
25 /* Previous delta : Creation */ 25 /* Previous delta : Creation */
26 /* */ 26 /* */
27 /**********************************************************************************/ 27 /**********************************************************************************/
28 28
29 #include "../../include/config.h" 29 #include "../../include/config.h"
30 #include "../../L1/include/l1_confg.h"
31 #include "../../L1/include/l1_macro.h"
30 32
31 #include "abb.h" 33 #include "abb.h"
32 #include "l1_macro.h" 34 #include "../clkm.h" // for wait_ARM_cycles function
33 #include "l1_confg.h"
34 #include "clkm/clkm.h" // for wait_ARM_cycles function
35 #include "abb_inline.h" 35 #include "abb_inline.h"
36 #include "ulpd/ulpd.h" // for FRAME_STOP definition 36 #include "../ulpd.h" // for FRAME_STOP definition
37 #include "nucleus.h" // for NUCLEUS functions and types 37 #include "../../nucleus/nucleus.h" // for NUCLEUS functions and types
38 #include "l1_types.h" 38 #include "../../L1/include/l1_types.h"
39 39
40 #if (OP_L1_STANDALONE == 0) 40 #include "../../include/sys_types.h"
41 #include "main/sys_types.h" 41 #include "../../riviera/rv/general.h"
42 #include "rv/general.h" 42 #if 0
43 #include "buzzer/buzzer.h" // for BZ_KeyBeep_OFF function 43 #include "buzzer/buzzer.h" // for BZ_KeyBeep_OFF function
44 #else
45 #include "sys_types.h"
46 #endif 44 #endif
47 45
48 #if (VCXO_ALGO == 1) 46 #if (VCXO_ALGO == 1)
49 #include "l1_ctl.h" 47 #include "../../L1/include/l1_ctl.h"
50 #endif 48 #endif
51 49
52 #if (RF_FAM == 35) 50 #if (RF_FAM == 35)
53 #include "l1_rf35.h" 51 #include "l1_rf35.h"
54 #endif 52 #endif