Accidentally endabled to compile the code -> back to #if 0

This commit is contained in:
goldsimon 2009-10-09 20:16:26 +00:00
parent c34c024dd5
commit 1309e5e86f

View File

@ -45,7 +45,7 @@
#include "lwip/opt.h"
#if 1 /* don't build, this is only a skeleton, see previous comment */
#if 0 /* don't build, this is only a skeleton, see previous comment */
#include "lwip/def.h"
#include "lwip/mem.h"