LWIP_PLATFORM_ASSERT is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_PLATFORM_ASSERT macro

Syntax

from cc.h:82
#define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \     x, __LINE__, __FILE__); } while(0)

Arguments

x

References

LocationText
cc.h:82
#define LWIP_PLATFORM_ASSERT(x) do {printf("Assertion \"%s\" failed at line %d in %s\n", \
arch.h:91
#ifndef LWIP_PLATFORM_ASSERT
debug.h:117
LWIP_PLATFORM_ASSERT(message); }} while(0)
debug.h:124
#define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_ASSERT(message)