From 87ba325c9319cdf867bb15f8c2715d19261084bd Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 7 Oct 2017 14:53:23 +0100 Subject: [PATCH] Do not #undef in example project-conf.h (JSON-ws) --- examples/ipv6/json-ws/project-conf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/ipv6/json-ws/project-conf.h b/examples/ipv6/json-ws/project-conf.h index 948724f7e..1135d7dd1 100644 --- a/examples/ipv6/json-ws/project-conf.h +++ b/examples/ipv6/json-ws/project-conf.h @@ -38,13 +38,10 @@ #define JSON_WS_CONF_CALLBACK_PORT 80 #define JSON_WS_CONF_CALLBACK_INTERVAL 120 -#undef WEBSERVER_CONF_INBUF_SIZE #define WEBSERVER_CONF_INBUF_SIZE 200 -#undef WEBSERVER_CONF_OUTBUF_SIZE #define WEBSERVER_CONF_OUTBUF_SIZE (UIP_TCP_MSS + 20 + 80) -#undef WEBSERVER_CONF_CFS_CONNS #define WEBSERVER_CONF_CFS_CONNS 3 #endif /* PROJECT_CONF_H_ */