From 194d6240774db77f89bf74323ce364e8c645358b Mon Sep 17 00:00:00 2001 From: sg Date: Thu, 21 Jul 2016 22:22:36 +0200 Subject: [PATCH] Finished aborted sentence on comment about NO_SYS :-) --- src/include/lwip/opt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 0f8d8494..31c51028 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -66,7 +66,8 @@ * NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or * mboxes). This means threaded APIs cannot be used (socket, netconn, * 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 #define NO_SYS 0