Reduce number of memory block to accomodate for new directory listing code (which won't actually work due to missing directory I/O support).
This commit is contained in:
parent
f66cd6d44e
commit
f06c7a8ffd
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||
*
|
||||
* $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
|
||||
|
|
Loading…
Reference in a new issue