dev

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Mar 20 15:45:43 2014 +0000
Parent:
14:3d3ad63396b2
Child:
16:092c37b63ee8
Commit message:
Synchronized with git revision a92bf178f6078fd735da2bc64b66dec70accc7c8

Full URL: https://github.com/mbedmicro/mbed/commit/a92bf178f6078fd735da2bc64b66dec70accc7c8/

add errors in case some target defines were not set properly

Changed in this revision

core/memp.c Show annotated file Show diff for this revision Revisions of this file
--- 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