mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Let comment in pbuf.h be consistent with provided example function
This commit is contained in:
parent
0d510dd66d
commit
05a6d82fa1
@ -70,7 +70,7 @@ extern "C" {
|
|||||||
* Enumeration of pbuf layers
|
* Enumeration of pbuf layers
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
/** Includes spare room for transport layer header, e.g. TCP header.
|
/** Includes spare room for transport layer header, e.g. UDP header.
|
||||||
* Use this if you intend to pass the pbuf to functions like udp_send().
|
* Use this if you intend to pass the pbuf to functions like udp_send().
|
||||||
*/
|
*/
|
||||||
PBUF_TRANSPORT,
|
PBUF_TRANSPORT,
|
||||||
|
Loading…
Reference in New Issue
Block a user