minor derivative to reduce compiler warnings and tag read-only parameters as const.

Dependents:   EthernetInterface

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Mar 12 14:31:39 2015 +0000
Parent:
18:2dd57fc0af78
Child:
20:52b94de224f0
Commit message:
Synchronized with git revision 051854181516992fb498d51f9ee6e70cbad9e083

Full URL: https://github.com/mbedmicro/mbed/commit/051854181516992fb498d51f9ee6e70cbad9e083/

Fix ksdk mcu HAL - stopbit

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	Thu Mar 12 14:31:39 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