mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-13 10:16:40 +08:00
Use LWIP_MEM_ALIGN() in memp_overflow_init() to get alignment address for memp. This fixes assertion in memp_overflow_check_element_overflow when MEMP_OVERFLOW_CHECK is set. Signed-off-by: Axel Lin <axel.lin@ingics.com>