Work on lwIP documentation

This commit is contained in:
Dirk Ziegelmeier 2016-07-27 13:09:33 +02:00
parent fc7aa7a247
commit ef5c1b6590

View File

@ -43,7 +43,7 @@
* Use this mode if you do not run an OS on your system. \#define NO_SYS to 1.
* Feed incoming packets to netif->input(pbuf, netif) function from mainloop,
* *not* *from* *interrupt* *context*. You can allocate a @ref pbuf in interrupt
* context and put it in a queue which is processed from mainloop.\n
* context and put them into a queue which is processed from mainloop.\n
* Call sys_check_timeouts() periodically in the mainloop.\n
* Porting: implement all functions in @ref sys_time and @ref sys_prot.
*