Skip to content

Commit

Permalink
Fix pbuf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 9, 2019
1 parent 8b8747a commit cc4d250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esp_at_lib/src/esp/esp_pbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ esp_pbuf_chain(esp_pbuf_p head, esp_pbuf_p tail) {
/**
* \brief Unchain first pbuf from list and return second one
*
* `tot_len` and `len` fields are adjusted to reflect new values and reference counter is as is
* `tot_len` and `len` fields are adjusted to reflect new values and reference counter is `as is`
*
* \note After unchain, user must take care of both pbufs (`head` and `new returned one`)
* \param[in] head: First pbuf in chain to remove from chain
* \return Next pbuf after `head`
Expand Down

0 comments on commit cc4d250

Please sign in to comment.