[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


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



More information about the Tinyos-2-commits mailing list