mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +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>