mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Removed Coffee to reduces the size to make it compile successfully
This commit is contained in:
parent
e029cf489e
commit
53d93eb83f
@ -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
|
||||
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user