Skip to content

Commit

Permalink
Update sys/include/net/coap.h
Browse files Browse the repository at this point in the history
Co-authored-by: Martine Lenders <mail@martine-lenders.eu>
  • Loading branch information
benpicco and miri64 authored Aug 30, 2022
1 parent 1f27d10 commit 3719b15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sys/include/net/coap.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ extern "C" {
#define COAP_OPT_BLOCK1 (27)
#define COAP_OPT_PROXY_URI (35)
#define COAP_OPT_PROXY_SCHEME (39)
#define COAP_OPT_NO_RESPONSE (258) /**< suppress CoAP response (RFC 7968) */
/**
* @brief suppress CoAP response
* @see [RFC 7968](https://datatracker.ietf.org/doc/html/rfc7967)
*/
#define COAP_OPT_NO_RESPONSE (258)
/** @} */

/**
Expand Down

0 comments on commit 3719b15

Please sign in to comment.