FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- a/gsm-fw/L1/include/l1_const.h Mon Jul 14 21:21:07 2014 +0000 +++ b/gsm-fw/L1/include/l1_const.h Tue Jul 15 16:54:52 2014 +0000 @@ -18,11 +18,13 @@ #else // Running ARM compiler. #define FAR #define EXIT exit(0) + #undef stricmp // appease gcc #define stricmp strcmp #endif #if (CODE_VERSION != SIMULATION) + #undef NULL // appease gcc #define NULL 0 #endif