mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Finished aborted sentence on comment about NO_SYS :-)
This commit is contained in:
parent
de9054cb7a
commit
194d624077
@ -66,7 +66,8 @@
|
|||||||
* NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or
|
* NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or
|
||||||
* mboxes). This means threaded APIs cannot be used (socket, netconn,
|
* mboxes). This means threaded APIs cannot be used (socket, netconn,
|
||||||
* i.e. everything in the 'api' folder), only the callback-style raw API is
|
* i.e. everything in the 'api' folder), only the callback-style raw API is
|
||||||
* available (and you have to watch out for yourself that
|
* available (and you have to watch out for yourself that you don't access
|
||||||
|
* lwIP functions/structures from more than one context at a time!)
|
||||||
*/
|
*/
|
||||||
#ifndef NO_SYS
|
#ifndef NO_SYS
|
||||||
#define NO_SYS 0
|
#define NO_SYS 0
|
||||||
|
Loading…
Reference in New Issue
Block a user