Modification to work two socket servers at the same time

Fork of lwip by mbed official

Revision:
17:335b94e0aa9c
Parent:
16:092c37b63ee8
Child:
18:2dd57fc0af78
--- a/core/memp.c	Thu Apr 24 10:45:42 2014 +0100
+++ b/core/memp.c	Thu Nov 06 11:00:46 2014 +0000
@@ -168,7 +168,7 @@
 
 #if defined(TARGET_LPC1768)
 #  define ETHMEM_SECTION __attribute((section("AHBSRAM1")))
-#elif defined(TARGET_LPC4088) || defined(TARGET_K64F)
+#elif defined(TARGET_LPC4088) || defined(TARGET_K64F) || defined(TARGET_RZ_A1H)
 #  define ETHMEM_SECTION 
 #endif