fixed some buggy comments
This commit is contained in:
parent
342e720cfd
commit
b6008e9821
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* 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
|
* \addtogroup esb
|
||||||
|
@ -179,13 +179,13 @@ rxon(void)
|
||||||
/* Enable the receiver. */
|
/* Enable the receiver. */
|
||||||
ME1 |= URXE0;
|
ME1 |= URXE0;
|
||||||
|
|
||||||
/* Turn off receive interrupt. */
|
/* Turn on receive interrupt. */
|
||||||
IE1 |= URXIE0;
|
IE1 |= URXIE0;
|
||||||
|
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/*
|
/*
|
||||||
* Turn on data reception for the radio tranceiver.
|
* Turn off data reception for the radio tranceiver.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
rxoff(void)
|
rxoff(void)
|
||||||
|
|
Loading…
Reference in a new issue