Readded the shell file module so that the nightly test works
This commit is contained in:
parent
6fc0c73bac
commit
b5ea3e297b
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* 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"
|
#include "contiki.h"
|
||||||
|
@ -61,6 +61,7 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
||||||
|
|
||||||
shell_wget_init();
|
shell_wget_init();
|
||||||
shell_text_init();
|
shell_text_init();
|
||||||
|
shell_file_init();
|
||||||
|
|
||||||
PROCESS_END();
|
PROCESS_END();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue