mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-05 12:46:54 +08:00
The lwip/arch.h already provides a default implentation of LWIP_PLATFORM_ASSERT and LWIP_PLATFORM_DIAG. So both LWIP_PLATFORM_ASSERT and LWIP_PLATFORM_DIAG are never undefined here. Signed-off-by: Axel Lin <axel.lin@ingics.com>