Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Files at this revision

API Documentation at this revision

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)