mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
net/coap: remove deprecated COAP_CT_... defines
This commit is contained in:
parent
8de39d80b7
commit
859dab585f
@ -127,19 +127,6 @@ extern "C" {
|
|||||||
#define COAP_CODE_PROXYING_NOT_SUPPORTED ((5 << 5) | 5)
|
#define COAP_CODE_PROXYING_NOT_SUPPORTED ((5 << 5) | 5)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
|
||||||
* @name Content types
|
|
||||||
* @deprecated Deprecated in favour of [COAP_FORMAT_](@ref net_coap_format)
|
|
||||||
* style defines
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
#define COAP_CT_LINK_FORMAT (40)
|
|
||||||
#define COAP_CT_XML (41)
|
|
||||||
#define COAP_CT_OCTET_STREAM (42)
|
|
||||||
#define COAP_CT_EXI (47)
|
|
||||||
#define COAP_CT_JSON (50)
|
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Content-Format option codes
|
* @name Content-Format option codes
|
||||||
* @anchor net_coap_format
|
* @anchor net_coap_format
|
||||||
|
Loading…
Reference in New Issue
Block a user