Remove sniff and debug commands to save code space

This commit is contained in:
adamdunkels 2009-12-06 23:28:25 +00:00
parent 53457eb1f0
commit df784546ee

View File

@ -28,7 +28,7 @@
*
* 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_netcmd_init();
/* shell_rime_ping_init();*/
shell_rime_debug_init();
shell_rime_sniff_init();
/* shell_rime_debug_init(); */
/* shell_rime_sniff_init();*/
shell_sky_init();
shell_text_init();
shell_time_init();
/* shell_checkpoint_init();*/
/* shell_sendtest_init();*/
shell_register_command(&sky_alldata_command);