From 3739cd8eeaea9ebe6b20b5ea47cbfd4c3a202416 Mon Sep 17 00:00:00 2001 From: nifi Date: Thu, 10 Jan 2008 13:40:20 +0000 Subject: [PATCH] corrected comment --- examples/sky/radio-test.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/sky/radio-test.c b/examples/sky/radio-test.c index 0c1ccedf2..0fa0d8279 100644 --- a/examples/sky/radio-test.c +++ b/examples/sky/radio-test.c @@ -26,21 +26,21 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: radio-test.c,v 1.1 2008/01/10 09:59:33 nifi Exp $ + * $Id: radio-test.c,v 1.2 2008/01/10 13:40:20 nifi Exp $ * * ----------------------------------------------------------------- * * Author : Adam Dunkels, Joakim Eriksson, Niclas Finne * Created : 2006-03-07 - * Updated : $Date: 2008/01/10 09:59:33 $ - * $Revision: 1.1 $ + * Updated : $Date: 2008/01/10 13:40:20 $ + * $Revision: 1.2 $ * * Simple application to indicate connectivity between two nodes: * * - Red led indicates a packet sent via radio (one packet sent each second) - * - Yellow led indicates that this node can hear the other node but not + * - Green led indicates that this node can hear the other node but not * necessary vice versa (unidirectional communication). - * - Green led indicates that both nodes can communicate with each + * - Blue led indicates that both nodes can communicate with each * other (bidirectional communication) */ @@ -161,7 +161,7 @@ PROCESS_THREAD(radio_test_process, ev, data) leds_blink(); } simple_cc2420_set_txpower(txpower); - printf("Set txpower to %u\n", txpower); + printf("txpower set to %u\n", txpower); } } PROCESS_END();