delta param

Dependents:   EthernetInterface

Fork of lwip by mbed official

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