From b6008e9821bd76aa0dadabf57d4efaecafd51844 Mon Sep 17 00:00:00 2001 From: joxe Date: Wed, 28 Mar 2007 09:52:35 +0000 Subject: [PATCH] fixed some buggy comments --- platform/esb/dev/tr1001.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/esb/dev/tr1001.c b/platform/esb/dev/tr1001.c index e7dd80894..6246fa112 100644 --- a/platform/esb/dev/tr1001.c +++ b/platform/esb/dev/tr1001.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tr1001.c,v 1.5 2006/10/10 12:37:04 nifi Exp $ + * @(#)$Id: tr1001.c,v 1.6 2007/03/28 09:52:35 joxe Exp $ */ /** * \addtogroup esb @@ -179,13 +179,13 @@ rxon(void) /* Enable the receiver. */ ME1 |= URXE0; - /* Turn off receive interrupt. */ + /* Turn on receive interrupt. */ IE1 |= URXIE0; } /*---------------------------------------------------------------------------*/ /* - * Turn on data reception for the radio tranceiver. + * Turn off data reception for the radio tranceiver. */ static void rxoff(void)