wip

Dependents:   EthernetInterface_vz

Fork of lwip by VZTECH

Revision:
16:092c37b63ee8
Parent:
15:c486879eba14
--- a/core/memp.c	Thu Mar 20 15:45:43 2014 +0000
+++ b/core/memp.c	Thu Apr 24 10:45:42 2014 +0100
@@ -168,7 +168,7 @@
 
 #if defined(TARGET_LPC1768)
 #  define ETHMEM_SECTION __attribute((section("AHBSRAM1")))
-#else
+#elif defined(TARGET_LPC4088) || defined(TARGET_K64F)
 #  define ETHMEM_SECTION 
 #endif