dev

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
yihui
Date:
Mon Mar 02 08:19:15 2015 +0000
Parent:
18:2dd57fc0af78
Commit message:
minor changes

Changed in this revision

core/memp.c Show annotated file Show diff for this revision Revisions of this file
--- a/core/memp.c	Mon Feb 09 09:15:27 2015 +0000
+++ b/core/memp.c	Mon Mar 02 08:19:15 2015 +0000
@@ -168,7 +168,7 @@
 
 #if defined(TARGET_LPC1768)
 #  define ETHMEM_SECTION __attribute((section("AHBSRAM1")))
-#elif defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) || defined(TARGET_K64F) || defined(TARGET_RZ_A1H)
+#else
 #  define ETHMEM_SECTION 
 #endif