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 10, 2025
1 parent 78fd349 commit f64472c
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 @@ -571,7 +571,7 @@ static inline void *coap_get_token(const coap_pkt_t *pkt)
* @brief Get the token from a CoAP over UDP packet from a buffer
*
* @warning This function will happily read past the buffer on invalid input.
* Avoid using this function. Use @ref coap_parse_udp instead.
* Avoid using this function. Use @ref coap_parse instead.
*
* @pre This assumes that the buffer has already been validated (e.g. using
* @ref coap_udp_parse).

Check failure on line 577 in sys/include/net/nanocoap.h

View workflow job for this annotation

GitHub Actions / static-tests

unable to resolve reference to 'coap_udp_parse' for ref command
Expand Down

0 comments on commit f64472c

Please sign in to comment.