lwip-sys with changes
Fork of lwip-sys by
Diff: arch/cc.h
- Revision:
- 4:dd37867293e7
- Parent:
- 3:e640ea98ada0
- Child:
- 6:2ace1ff71ae6
--- a/arch/cc.h Tue Jul 03 13:43:17 2012 +0000 +++ b/arch/cc.h Fri Jul 06 08:55:22 2012 +0000 @@ -97,7 +97,7 @@ #define LWIP_PLATFORM_ASSERT(flag) { assert_printf((flag), __LINE__, __FILE__); } #else #define LWIP_PLATFORM_DIAG(msg) { ; } -#define LWIP_PLATFORM_ASSERT(flag) { while (1); } +#define LWIP_PLATFORM_ASSERT(flag) { ; } #endif #include "cmsis.h"