From 9fef8a0fd7088010ddfc847d33d80b46f2f2f138 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 7 Oct 2017 14:49:49 +0100 Subject: [PATCH] Do not #undef in example project-conf.h (IPSO objects) --- examples/ipso-objects/project-conf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/ipso-objects/project-conf.h b/examples/ipso-objects/project-conf.h index 4efe5c32f..075cd7444 100644 --- a/examples/ipso-objects/project-conf.h +++ b/examples/ipso-objects/project-conf.h @@ -43,17 +43,13 @@ #define IPSO_TEMPERATURE example_ipso_temperature /* Increase rpl-border-router IP-buffer when using more than 64. */ -#undef REST_MAX_CHUNK_SIZE #define REST_MAX_CHUNK_SIZE 64 /* Multiplies with chunk size, be aware of memory constraints. */ -#undef COAP_MAX_OPEN_TRANSACTIONS #define COAP_MAX_OPEN_TRANSACTIONS 4 /* Filtering .well-known/core per query can be disabled to save space. */ -#undef COAP_LINK_FORMAT_FILTERING #define COAP_LINK_FORMAT_FILTERING 0 -#undef COAP_PROXY_OPTION_PROCESSING #define COAP_PROXY_OPTION_PROCESSING 0 /* Enable client-side support for COAP observe */