From f06c7a8ffdabc8ce407d1d932c1c79deae8e0a40 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 2 Feb 2010 22:23:57 +0000 Subject: [PATCH] Reduce number of memory block to accomodate for new directory listing code (which won't actually work due to missing directory I/O support). --- platform/c128/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index 5114a2b78..0b516f30d 100644 --- a/platform/c128/contiki-conf.h +++ b/platform/c128/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.6 2010/02/01 21:26:20 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.7 2010/02/02 22:23:57 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -64,7 +64,7 @@ #define IRC_CONF_HEIGHT 24 #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS -#define WEBSERVER_CONF_CFS_CONNS 8 +#define WEBSERVER_CONF_CFS_CONNS 7 #define WWW_CONF_WEBPAGE_WIDTH 80 #define WWW_CONF_WEBPAGE_HEIGHT 20