removed some commands to make binary fit on sky platform
This commit is contained in:
parent
c869104e83
commit
4b775d3d47
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: sky-checkpoint.c,v 1.3 2009/04/20 13:08:56 fros4943 Exp $
|
||||
* $Id: sky-checkpoint.c,v 1.4 2009/11/14 11:31:28 fros4943 Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -75,11 +75,11 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
|||
PROCESS_BEGIN();
|
||||
|
||||
serial_shell_init();
|
||||
shell_blink_init();
|
||||
/*shell_blink_init();*/
|
||||
shell_file_init();
|
||||
shell_coffee_init();
|
||||
shell_ps_init();
|
||||
shell_reboot_init();
|
||||
/*shell_ps_init();*/
|
||||
/*shell_reboot_init();*/
|
||||
shell_rime_init();
|
||||
/*shell_rime_netcmd_init();*/
|
||||
/*shell_rime_ping_init();*/
|
||||
|
@ -87,7 +87,7 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
|||
/*shell_rime_sniff_init();*/
|
||||
shell_rime_sendcmd_init();
|
||||
shell_download_init();
|
||||
shell_sky_init();
|
||||
/*shell_sky_init();*/
|
||||
shell_text_init();
|
||||
shell_time_init();
|
||||
shell_checkpoint_init();
|
||||
|
|
Loading…
Reference in a new issue