More documentation updates

This commit is contained in:
Dirk Ziegelmeier
2016-07-27 19:17:33 +02:00
parent 8ece46d5d2
commit 31f941e172
3 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
*/
/**
* @defgroup lwip_nosys NO_SYS ("mainloop") mode
* @defgroup lwip_nosys Mainloop mode ("NO_SYS")
* @ingroup lwip
* 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,