minor derivative to reduce compiler warnings and tag read-only parameters as const.
Fork of lwip by
Diff: core/memp.c
- Revision:
- 15:c486879eba14
- Parent:
- 10:42a34d63b218
- Child:
- 16:092c37b63ee8
diff -r 3d3ad63396b2 -r c486879eba14 core/memp.c --- 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