mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fix comment in pbuf layer description
This commit is contained in:
parent
e4c74109cd
commit
56dc574bed
@ -80,7 +80,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
PBUF_IP,
|
PBUF_IP,
|
||||||
/** Includes spare room for link layer header (ethernet header).
|
/** Includes spare room for link layer header (ethernet header).
|
||||||
* Use this if you intend to pass the pbuf to functions like ip_output().
|
* Use this if you intend to pass the pbuf to functions like ethernet_output().
|
||||||
* @see @ref PBUF_LINK_HLEN
|
* @see @ref PBUF_LINK_HLEN
|
||||||
*/
|
*/
|
||||||
PBUF_LINK,
|
PBUF_LINK,
|
||||||
|
Loading…
Reference in New Issue
Block a user