From e6d2fada055fdb0099779c27259e5a5f0cb507ef Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 11 May 2009 17:37:15 +0000 Subject: [PATCH] Added the tweet command --- examples/example-shell/example-shell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/example-shell/example-shell.c b/examples/example-shell/example-shell.c index 9ee2176d0..34817550a 100644 --- a/examples/example-shell/example-shell.c +++ b/examples/example-shell/example-shell.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: example-shell.c,v 1.1 2009/04/23 08:42:07 fros4943 Exp $ + * $Id: example-shell.c,v 1.2 2009/05/11 17:37:15 adamdunkels Exp $ */ /** @@ -89,6 +89,7 @@ PROCESS_THREAD(example_shell_process, ev, data) shell_udpsend_init(); shell_vars_init(); shell_wget_init(); + shell_tweet_init(); PROCESS_END(); }