[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RF230Config.nc, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Fri Feb 20 08:12:48 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/python tos.py, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioChannel.nc, NONE, 1.1 MessageBufferLayerC.nc, 1.2, 1.3 MessageBufferLayerP.nc, 1.4, 1.5 RadioState.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.6, 1.7 RF230LayerP.nc, 1.21, 1.22 TrafficMonitorLayerP.nc, 1.1, 1.2 RadioConfig.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25516
Modified Files:
RF230Config.nc
Log Message:
fix comment
Index: RF230Config.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/RF230Config.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RF230Config.nc 29 Mar 2008 20:10:33 -0000 1.3
--- RF230Config.nc 20 Feb 2009 16:12:46 -0000 1.4
***************
*** 49,55 ****
* Gets the number of bytes we should read before the RadioReceive.header
* event is fired. If the length of the packet is less than this amount,
! * then that event is fired earlier. The last touch event is not signaled
! * for packets whose length is less than or equal to this header length.
! * The header length must be at least 1.
*/
async command uint8_t getHeaderLength();
--- 49,53 ----
* Gets the number of bytes we should read before the RadioReceive.header
* event is fired. If the length of the packet is less than this amount,
! * then that event is fired earlier. The header length must be at least one.
*/
async command uint8_t getHeaderLength();
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/python tos.py, 1.7, 1.8
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioChannel.nc, NONE, 1.1 MessageBufferLayerC.nc, 1.2, 1.3 MessageBufferLayerP.nc, 1.4, 1.5 RadioState.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.6, 1.7 RF230LayerP.nc, 1.21, 1.22 TrafficMonitorLayerP.nc, 1.1, 1.2 RadioConfig.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list