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 <[email protected]>
  • Loading branch information
maribu and mguetschow authored Jan 23, 2025
1 parent 58ca598 commit a5b0517
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 @@ -2120,7 +2120,7 @@ ssize_t coap_build_hdr(coap_hdr_t *hdr, unsigned type, const void *token,
* ```
*/
ssize_t coap_build_reply(coap_pkt_t *pkt, unsigned code,
uint8_t *rbuf, unsigned rlen, unsigned data_len);
uint8_t *rbuf, unsigned rlen, unsigned max_data_len);

/**
* @brief Build empty reply to CoAP request
Expand Down

0 comments on commit a5b0517

Please sign in to comment.