[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/transmit CC2420TransmitP.nc, 1.12, 1.13
kusy
kusy at users.sourceforge.net
Wed Jul 15 23:46:10 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/transmit
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16124/d/transmit
Modified Files:
CC2420TransmitP.nc
Log Message:
thomas's FTSP patch
Index: CC2420TransmitP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/transmit/CC2420TransmitP.nc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CC2420TransmitP.nc 2 Mar 2009 07:02:32 -0000 1.12
--- CC2420TransmitP.nc 16 Jul 2009 06:46:08 -0000 1.13
***************
*** 279,282 ****
--- 279,284 ----
call TXFIFO_RAM.write( absOffset, (uint8_t*)timesync, sizeof(timesync_radio_t) );
call CSN.set();
+ //restoring the event time to the original value
+ *timesync += time32;
}
More information about the Tinyos-2-commits
mailing list