From df784546eecb1c9b0156839f8ed6fca4e02dd3d5 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 6 Dec 2009 23:28:25 +0000 Subject: [PATCH] Remove sniff and debug commands to save code space --- examples/sky-shell/sky-shell.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/sky-shell/sky-shell.c b/examples/sky-shell/sky-shell.c index 7752c1a8a..60cfdfce2 100644 --- a/examples/sky-shell/sky-shell.c +++ b/examples/sky-shell/sky-shell.c @@ -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);