Remove sniff and debug commands to save code space
This commit is contained in:
parent
53457eb1f0
commit
df784546ee
|
@ -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.c,v 1.11 2009/10/27 14:13:30 adamdunkels Exp $
|
* $Id: sky-shell.c,v 1.12 2009/12/06 23:28:25 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -238,12 +238,13 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
||||||
shell_rime_init();
|
shell_rime_init();
|
||||||
shell_rime_netcmd_init();
|
shell_rime_netcmd_init();
|
||||||
/* shell_rime_ping_init();*/
|
/* shell_rime_ping_init();*/
|
||||||
shell_rime_debug_init();
|
/* shell_rime_debug_init(); */
|
||||||
shell_rime_sniff_init();
|
/* shell_rime_sniff_init();*/
|
||||||
shell_sky_init();
|
shell_sky_init();
|
||||||
shell_text_init();
|
shell_text_init();
|
||||||
shell_time_init();
|
shell_time_init();
|
||||||
/* shell_checkpoint_init();*/
|
/* shell_checkpoint_init();*/
|
||||||
|
/* shell_sendtest_init();*/
|
||||||
|
|
||||||
shell_register_command(&sky_alldata_command);
|
shell_register_command(&sky_alldata_command);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue