mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Minor change (fix comment)
This commit is contained in:
@@ -240,7 +240,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which are used
|
* MEMP_NUM_TCPIP_MSG_API: the number of struct tcpip_msg, which are used
|
||||||
* for callback/timeout API communication.
|
* for callback/timeout API communication.
|
||||||
* (only needed if you use tcpip.c)
|
* (only needed if you use tcpip.c)
|
||||||
*/
|
*/
|
||||||
@@ -249,7 +249,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MEMP_NUM_TCPIPMSG: the number of struct tcpip_msg, which are used
|
* MEMP_NUM_TCPIP_MSG_INPKT: the number of struct tcpip_msg, which are used
|
||||||
* for incoming packets.
|
* for incoming packets.
|
||||||
* (only needed if you use tcpip.c)
|
* (only needed if you use tcpip.c)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user