mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
default value for NO_SYS
This commit is contained in:
parent
d390ca7056
commit
bcfc7173f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user