Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Revision:
52:8ff8d1d4bc5c
Parent:
50:6566cd992ac6
--- 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)