mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-13 06:37:25 +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)
|
#define SYS_ARCH_UNPROTECT(lock)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NO_SYS
|
||||||
|
#define NO_SYS 0
|
||||||
|
#endif
|
||||||
/* ---------- Memory options ---------- */
|
/* ---------- Memory options ---------- */
|
||||||
/* MEM_ALIGNMENT: should be set to the alignment of the CPU for which
|
/* 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
|
lwIP is compiled. 4 byte alignment -> define MEM_ALIGNMENT to 4, 2
|
||||||
|
Loading…
Reference in New Issue
Block a user