FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/include/l1_const.h @ 528:1affe428bf72
getting closer to compiling l1_cust.c
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 15 Jul 2014 16:54:52 +0000 |
parents | afceeeb2cba1 |
children | 25a7fe25864c |
comparison
equal
deleted
inserted
replaced
527:a6ff7b513bcf | 528:1affe428bf72 |
---|---|
16 #define FAR far | 16 #define FAR far |
17 #endif | 17 #endif |
18 #else // Running ARM compiler. | 18 #else // Running ARM compiler. |
19 #define FAR | 19 #define FAR |
20 #define EXIT exit(0) | 20 #define EXIT exit(0) |
21 #undef stricmp // appease gcc | |
21 #define stricmp strcmp | 22 #define stricmp strcmp |
22 #endif | 23 #endif |
23 | 24 |
24 | 25 |
25 #if (CODE_VERSION != SIMULATION) | 26 #if (CODE_VERSION != SIMULATION) |
27 #undef NULL // appease gcc | |
26 #define NULL 0 | 28 #define NULL 0 |
27 #endif | 29 #endif |
28 | 30 |
29 #define NO_PAR 0 | 31 #define NO_PAR 0 |
30 | 32 |