packetbuf: Made packetbuf_hdrlen applicable to inbound packets, too
This commit is contained in:
parent
7943751b16
commit
a5a9b42457
2 changed files with 11 additions and 2 deletions
|
@ -132,7 +132,7 @@ void *packetbuf_dataptr(void);
|
|||
void *packetbuf_hdrptr(void);
|
||||
|
||||
/**
|
||||
* \brief Get the length of the header in the packetbuf, for outbound packets
|
||||
* \brief Get the length of the header in the packetbuf
|
||||
* \return Length of the header in the packetbuf
|
||||
*
|
||||
* For outbound packets, the packetbuf consists of two
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue