diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-06 09:33:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-06 09:33:47 +0000 |
commit | ed8a14e6880b1ec6f065c6267d4ee86ae1cdb745 (patch) | |
tree | 325331c343a5e0c3c9d59161fe3cdc18afb45493 /demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile | |
parent | 079f323649c9adcbb49791903f357fb90681628e (diff) | |
download | ChibiOS-ed8a14e6880b1ec6f065c6267d4ee86ae1cdb745.tar.gz ChibiOS-ed8a14e6880b1ec6f065c6267d4ee86ae1cdb745.tar.bz2 ChibiOS-ed8a14e6880b1ec6f065c6267d4ee86ae1cdb745.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3031 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile')
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile b/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile index 4caf96ebf..b181251e7 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/Makefile @@ -150,7 +150,7 @@ CPPWARN = -Wall -Wextra #
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DLWIP_PROVIDE_ERRNO
+DDEFS =
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|