Readded the shell file module so that the nightly test works

This commit is contained in:
adamdunkels 2010-02-03 20:42:23 +00:00
parent 6fc0c73bac
commit b5ea3e297b

View file

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