Add custom pbuf usage example to pbuf_alloced_custom() docs

This commit is contained in:
Dirk Ziegelmeier 2017-04-28 13:19:32 +02:00
parent 83d0607acf
commit 20fed63297

View File

@ -368,6 +368,7 @@ pbuf_alloc_reference(void *payload, u16_t length, pbuf_type type)
/**
* @ingroup pbuf
* Initialize a custom pbuf (already allocated).
* Example of custom pbuf usage: @ref zerocopyrx
*
* @param l flag to define header size
* @param length size of the pbuf's payload