Fix mentioning functions that do not take pbufs as argument in pbuf layer docs

This commit is contained in:
Dirk Ziegelmeier 2016-08-07 10:16:18 +02:00
parent 980a919c9a
commit 0673fcdb44

View File

@ -71,8 +71,8 @@ extern "C" {
*/
typedef enum {
/** Includes spare room for transport layer header, e.g. TCP header.
* Use this if you intend to pass the pbuf to functions like udp_send(),
* tcp_write(), netconn_send() or netconn_write().
* Use this if you intend to pass the pbuf to functions like udp_send() or
* tcp_write().
*/
PBUF_TRANSPORT,
/** Includes spare room for IP header.