[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 PibP.nc, 1.7, 1.8
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Tue Apr 7 08:40:15 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/rf230 RF230ActiveMessage.h, 1.2, 1.3 RF230ActiveMessageC.nc, 1.5, 1.6 RF230ActiveMessageP.nc, 1.6, 1.7 RF230DriverConfig.nc, 1.2, 1.3 RF230DriverLayer.h, 1.1, 1.2 RF230DriverLayerC.nc, 1.2, 1.3 RF230DriverLayerP.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosb/mac/tkn154 platform_message.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13242/tos/lib/mac/tkn154
Modified Files:
PibP.nc
Log Message:
Removed some unused code
Index: PibP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/PibP.nc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PibP.nc 24 Mar 2009 12:56:46 -0000 1.7
--- PibP.nc 7 Apr 2009 15:40:12 -0000 1.8
***************
*** 568,572 ****
command uint8_t Packet.maxPayloadLength()
{
! #if TOSH_DATA_LENGTH < 118
#warning Payload portion in message_t is smaller than required (TOSH_DATA_LENGTH < IEEE154_aMaxMACPayloadSize). This means that larger packets cannot be sent/received.
#endif
--- 568,572 ----
command uint8_t Packet.maxPayloadLength()
{
! #if TOSH_DATA_LENGTH < IEEE154_aMaxMACPayloadSize
#warning Payload portion in message_t is smaller than required (TOSH_DATA_LENGTH < IEEE154_aMaxMACPayloadSize). This means that larger packets cannot be sent/received.
#endif
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/rf230 RF230ActiveMessage.h, 1.2, 1.3 RF230ActiveMessageC.nc, 1.5, 1.6 RF230ActiveMessageP.nc, 1.6, 1.7 RF230DriverConfig.nc, 1.2, 1.3 RF230DriverLayer.h, 1.1, 1.2 RF230DriverLayerC.nc, 1.2, 1.3 RF230DriverLayerP.nc, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosb/mac/tkn154 platform_message.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list