Example program for the BSDInterface
Dependencies: BSDInterface NetworkSocketAPI
Fork of HelloLWIPInterface by
Revision 52:8ff8d1d4bc5c, committed 2016-02-25
- Comitter:
- Christopher Haster
- Date:
- Thu Feb 25 11:45:51 2016 -0600
- Parent:
- 51:cb2cd5e94138
- Child:
- 53:72b73b3516b1
- Commit message:
- Removed m32 flag
Changed in this revision
Makefile | Show annotated file Show diff for this revision Revisions of this file |
--- 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)