Skip to content

Commit

Permalink
fixup! fixup! fixup! nanocoap: Add functions to handle etag options
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Oct 19, 2023
1 parent 5e45fd7 commit b31ad2f
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 @@ -1548,7 +1548,7 @@ static inline ssize_t coap_opt_add_etag_dummy(coap_pkt_t *pkt, size_t len)
* @note The @p len supplied to this call must be at most the length supplied to the call to add
* the etag option
* @note When used with blockwise transfers, note that this functions must be called *after*
* @ref coap_finish_block and related functions
* @ref coap_block_finish and related functions
*
* @param[in,out] pkt Packet being built
* @param[in] etag New etag value of the packet
Expand Down

0 comments on commit b31ad2f

Please sign in to comment.