default value for NO_SYS

This commit is contained in:
jani 2003-02-24 13:57:39 +00:00
parent d390ca7056
commit bcfc7173f3

View File

@ -61,6 +61,9 @@
#define SYS_ARCH_UNPROTECT(lock)
#endif
#ifndef NO_SYS
#define NO_SYS 0
#endif
/* ---------- Memory options ---------- */
/* MEM_ALIGNMENT: should be set to the alignment of the CPU for which
lwIP is compiled. 4 byte alignment -> define MEM_ALIGNMENT to 4, 2