mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-08 06:06:50 +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>