comparison gsm-fw/L1/include/l1_types.h @ 537:c87f2e4dc391

gsm-fw/L1/include: more preening of LoCosto-based headers
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Aug 2014 03:23:56 +0000
parents 25a7fe25864c
children
comparison
equal deleted inserted replaced
536:93feb6393fe8 537:c87f2e4dc391
17 #if !defined (BOOL_FLAG) 17 #if !defined (BOOL_FLAG)
18 #define BOOL_FLAG 18 #define BOOL_FLAG
19 typedef unsigned char BOOL; 19 typedef unsigned char BOOL;
20 #endif /* #if !defined (BOOL_FLAG) */ 20 #endif /* #if !defined (BOOL_FLAG) */
21 21
22 #if (OP_L1_STANDALONE == 1) 22 // FreeCalypso change
23 #if 1 //(OP_L1_STANDALONE == 1)
23 24
24 25
25 #if !defined (NUCLEUS) && !defined CHAR_FLAG 26 #if !defined (NUCLEUS) && !defined CHAR_FLAG
26 #define CHAR_FLAG 27 #define CHAR_FLAG
27 28