comparison gsm-fw/bsp/abb+spi/abb_core_inth.h @ 149:971e84124a6f

gsm-fw/bsp/abb+spi: preening of header files, first pass
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 16 Nov 2013 19:41:30 +0000
parents 63750f70796d
children cc0944d35698
comparison
equal deleted inserted replaced
148:63750f70796d 149:971e84124a6f
34 /**********************************************************************************/ 34 /**********************************************************************************/
35 35
36 #ifndef __ABB_CORE_INTH_H__ 36 #ifndef __ABB_CORE_INTH_H__
37 #define __ABB_CORE_INTH_H__ 37 #define __ABB_CORE_INTH_H__
38 38
39 #include "l1sw.cfg" 39 #include "../../include/config.h"
40 40 #include "../../include/sys_types.h"
41 #if (OP_L1_STANDALONE == 0)
42 #include "main/sys_types.h"
43 #else
44 #include "sys_types.h"
45 #endif
46 41
47 #ifndef _WINDOWS 42 #ifndef _WINDOWS
48 43
49 #include "chipset.cfg"
50
51 // Structure definition for ADC READING RESULT REPORTS 44 // Structure definition for ADC READING RESULT REPORTS
52 // Define the maximum number of measures performed by the MADC module 45 // Define the maximum number of measures performed by the MADC module
53 #if ((ANLG_FAM == 1) || (ANLG_FAM == 3)) 46 #if ((ANALOG == 1) || (ANALOG == 3))
54 #define MADC_NUMBER_OF_MEAS (9) 47 #define MADC_NUMBER_OF_MEAS (9)
55 #endif 48 #endif
56 #if (ANLG_FAM == 2) 49 #if (ANALOG == 2)
57 #define MADC_NUMBER_OF_MEAS (8) 50 #define MADC_NUMBER_OF_MEAS (8)
58 #endif 51 #endif
59 52
60 typedef struct 53 typedef struct
61 { 54 {