FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/bsp/abb+spi/abb_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 |
---|---|
35 /**********************************************************************************/ | 35 /**********************************************************************************/ |
36 | 36 |
37 #ifndef __ABB_INTH_H__ | 37 #ifndef __ABB_INTH_H__ |
38 #define __ABB_INTH_H__ | 38 #define __ABB_INTH_H__ |
39 | 39 |
40 #include "main/sys_types.h" | 40 #include "abb_core_inth.h" |
41 #include "abb/abb_core_inth.h" | |
42 | 41 |
43 #ifndef _WINDOWS | 42 #ifndef _WINDOWS |
44 | 43 |
45 #include "l1sw.cfg" | |
46 #include "chipset.cfg" | |
47 | |
48 /****************************************************************/ | 44 /****************************************************************/ |
49 /* Power ON/OFF key definition. */ | 45 /* Power ON/OFF key definition. */ |
50 /****************************************************************/ | 46 /****************************************************************/ |
51 // If <ON/OFF> key is pressed more than 20 TDMAs, it's a Hook-ON | 47 // If <ON/OFF> key is pressed more than 20 TDMAs, it's a Hook-ON |
52 #define SHORT_OFF_KEY_PRESSED (20) | 48 #define SHORT_OFF_KEY_PRESSED (20) |