summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/webserver/httpd.h')
-rw-r--r--nuttx/netutils/webserver/httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/netutils/webserver/httpd.h b/nuttx/netutils/webserver/httpd.h
index 7e70ccd41..9b5ba58d5 100644
--- a/nuttx/netutils/webserver/httpd.h
+++ b/nuttx/netutils/webserver/httpd.h
@@ -70,8 +70,8 @@
* for the thread. Use a default if the user provided no stacksize.
*/
-#ifndef CONFIG_EXAMPLES_UIP_HTTPDSTACKSIZE
-# define CONFIG_EXAMPLES_UIP_HTTPDSTACKSIZE 4096
+#ifndef CONFIG_NETUTILS_HTTPDSTACKSIZE
+# define CONFIG_NETUTILS_HTTPDSTACKSIZE 4096
#endif
/****************************************************************************