minor derivative to reduce compiler warnings and tag read-only parameters as const.
Fork of lwip by
Diff: core/memp.c
- Revision:
- 17:335b94e0aa9c
- Parent:
- 16:092c37b63ee8
- Child:
- 18:2dd57fc0af78
diff -r 092c37b63ee8 -r 335b94e0aa9c core/memp.c --- a/core/memp.c Thu Apr 24 10:45:42 2014 +0100 +++ b/core/memp.c Thu Nov 06 11:00:46 2014 +0000 @@ -168,7 +168,7 @@ #if defined(TARGET_LPC1768) # define ETHMEM_SECTION __attribute((section("AHBSRAM1"))) -#elif defined(TARGET_LPC4088) || defined(TARGET_K64F) +#elif defined(TARGET_LPC4088) || defined(TARGET_K64F) || defined(TARGET_RZ_A1H) # define ETHMEM_SECTION #endif