mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Minor change (fix comment)
This commit is contained in:
parent
a0db1eaa32
commit
c07d124d4b
@ -240,7 +240,7 @@
|
||||
#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.
|
||||
* (only needed if you use tcpip.c)
|
||||
*/
|
||||
@ -249,7 +249,7 @@
|
||||
#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.
|
||||
* (only needed if you use tcpip.c)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user