Removed Coffee to reduces the size to make it compile successfully

This commit is contained in:
adamdunkels 2010-02-02 19:41:49 +00:00
parent e029cf489e
commit 53d93eb83f
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
CONTIKI_PROJECT = sky-shell-webserver
all: $(CONTIKI_PROJECT)
PLATFORM_BUILD = 1
PROJECT_SOURCEFILES = webserver-nogui.c
CFLAGS = -DWITH_UIP=1 -DWITH_NULLMAC=1
@ -8,4 +8,4 @@ CFLAGS = -DWITH_UIP=1 -DWITH_NULLMAC=1
CONTIKI = ../..
APPS = webserver serial-shell
include $(CONTIKI)/Makefile.include

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: sky-shell-webserver.c,v 1.2 2009/03/18 07:20:18 adamdunkels Exp $
* $Id: sky-shell-webserver.c,v 1.3 2010/02/02 19:41:49 adamdunkels Exp $
*/
#include "contiki.h"
@ -59,7 +59,6 @@ PROCESS_THREAD(sky_shell_process, ev, data)
serial_shell_init();
shell_file_init();
shell_wget_init();
shell_text_init();