[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/transmit CC2420TransmitP.nc, 1.3, 1.4

John Regehr regehr at users.sourceforge.net
Tue Jun 3 22:36:23 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/transmit
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5736/transmit

Modified Files:
	CC2420TransmitP.nc 
Log Message:
warning suppression

Index: CC2420TransmitP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/transmit/CC2420TransmitP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CC2420TransmitP.nc	3 Jun 2008 04:43:03 -0000	1.3
--- CC2420TransmitP.nc	4 Jun 2008 05:36:21 -0000	1.4
***************
*** 656,660 ****
      
      {
!       uint8_t tmpLen = header->length - 1;
        call TXFIFO.write(TCAST(uint8_t * COUNT(tmpLen), header), header->length - 1);
      }
--- 656,660 ----
      
      {
!       uint8_t tmpLen __DEPUTY_UNUSED__ = header->length - 1;
        call TXFIFO.write(TCAST(uint8_t * COUNT(tmpLen), header), header->length - 1);
      }



More information about the Tinyos-2-commits mailing list