Removed LWIP_DEBUG_ASSERT

This commit is contained in:
goldsimon
2007-05-24 07:19:34 +00:00
parent 0a4130a4ff
commit 98df3c6e0a
2 changed files with 2 additions and 8 deletions

View File

@@ -63,14 +63,8 @@
#ifndef LWIP_NOASSERT
# define LWIP_ASSERT(x,y) do { if(!(y)) LWIP_PLATFORM_ASSERT(x); } while(0)
# ifdef LWIP_DEBUG
# define LWIP_DEBUG_ASSERT(x,y) LWIP_ASSERT(x,y)
# else
# define LWIP_DEBUG_ASSERT(x,y)
# endif
#else
# define LWIP_ASSERT(x,y)
# define LWIP_DEBUG_ASSERT(x,y)
#endif
#ifdef LWIP_DEBUG