From 04ede258d0859a67de8f23018ec738535b8125b5 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 12 Oct 2010 11:34:08 +0000 Subject: [PATCH] Bugfix: rfchannel did not print out over the correct command structure --- apps/shell/shell-sky.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shell/shell-sky.c b/apps/shell/shell-sky.c index e36077b96..bfdb19351 100644 --- a/apps/shell/shell-sky.c +++ b/apps/shell/shell-sky.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-sky.c,v 1.16 2010/03/14 19:54:00 fros4943 Exp $ + * $Id: shell-sky.c,v 1.17 2010/10/12 11:34:08 adamdunkels Exp $ */ /** @@ -257,7 +257,7 @@ PROCESS_THREAD(shell_rfchannel_process, ev, data) msg.len = 1; - shell_output(&txpower_command, &msg, sizeof(msg), "", 0); + shell_output(&rfchannel_command, &msg, sizeof(msg), "", 0); PROCESS_END(); }