From 3d51e065c1a47b940e97aed8961d0ae398fe3a03 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 20 Oct 2010 15:22:11 +0000 Subject: [PATCH] Made use of new collect-view shell command --- examples/sky-shell/sky-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sky-shell/sky-shell.c b/examples/sky-shell/sky-shell.c index b62894f3b..922d95139 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.25 2010/10/12 11:42:37 adamdunkels Exp $ + * $Id: sky-shell.c,v 1.26 2010/10/20 15:22:11 adamdunkels Exp $ */ /** @@ -103,7 +103,7 @@ PROCESS_THREAD(sky_shell_process, ev, data) /* shell_checkpoint_init();*/ /* shell_sendtest_init();*/ - collect_view_init(); + shell_collect_view_init(); #if DEBUG_SNIFFERS rime_sniffer_add(&s);