Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSDInterface NetworkSocketAPI
Fork of HelloLWIPInterface by
Diff: Makefile
- Revision:
- 52:8ff8d1d4bc5c
- Parent:
- 50:6566cd992ac6
diff -r cb2cd5e94138 -r 8ff8d1d4bc5c Makefile --- a/Makefile Mon Feb 29 15:26:51 2016 +0000 +++ b/Makefile Thu Feb 25 11:45:51 2016 -0600 @@ -19,7 +19,7 @@ OBJDUMP = $(GCC_BIN)objdump SIZE = $(GCC_BIN)size -CC_FLAGS = -c -g -Wall -MMD -MP -m32 +CC_FLAGS = -c -g -Wall -MMD -MP ifeq ($(DEBUG), 1)
