Skip to content

Commit

Permalink
Update sys/include/net/nanocoap.h
Browse files Browse the repository at this point in the history
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
  • Loading branch information
maribu and mguetschow authored Jan 23, 2025
1 parent a5b0517 commit 078d532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/nanocoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ ssize_t coap_build_hdr(coap_hdr_t *hdr, unsigned type, const void *token,
* was checked to suffice), but may also skip that needless step
* if the returned length is less than the requested @p data_length.
*
* @return @p data_len + size of the header written in bytes
* @return @p max_data_len + size of the header written in bytes
*
* @retval 0 No response should be sent due to a No-Response option in the request
* @retval -ENOSPC @p rbuf too small
Expand Down

0 comments on commit 078d532

Please sign in to comment.