minor derivative to reduce compiler warnings and tag read-only parameters as const.
Fork of lwip by
Diff: core/memp.c
- Revision:
- 19:1046f8be4d44
- Parent:
- 18:2dd57fc0af78
--- 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