From c3a2c11bbc6a3333bf45c80b41ae5c1c24fe521a Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 4 Feb 2010 00:10:48 +0000 Subject: [PATCH] added dec64 command --- examples/sky-shell-exec/sky-shell-exec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sky-shell-exec/sky-shell-exec.c b/examples/sky-shell-exec/sky-shell-exec.c index 4a3cd25bd..59c636518 100644 --- a/examples/sky-shell-exec/sky-shell-exec.c +++ b/examples/sky-shell-exec/sky-shell-exec.c @@ -28,7 +28,7 @@ * * 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" @@ -79,6 +79,7 @@ PROCESS_THREAD(sky_shell_process, ev, data) /*shell_time_init();*/ /* shell_checkpoint_init();*/ shell_exec_init(); + shell_base64_init(); PROCESS_END(); }