mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 08:05:26 +00:00
added dec64 command
This commit is contained in:
parent
ddf498a065
commit
c3a2c11bbc
@ -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-exec.c,v 1.1 2009/03/26 12:46:20 fros4943 Exp $
|
* $Id: sky-shell-exec.c,v 1.2 2010/02/04 00:10:48 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "contiki.h"
|
#include "contiki.h"
|
||||||
@ -79,6 +79,7 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
|||||||
/*shell_time_init();*/
|
/*shell_time_init();*/
|
||||||
/* shell_checkpoint_init();*/
|
/* shell_checkpoint_init();*/
|
||||||
shell_exec_init();
|
shell_exec_init();
|
||||||
|
shell_base64_init();
|
||||||
|
|
||||||
PROCESS_END();
|
PROCESS_END();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user