[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/storage/Log RandRWC.nc, 1.1.2.4, 1.1.2.5

David Gay idgay at users.sourceforge.net
Thu Jun 1 09:35:33 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Log
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6451/Log

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RandRWC.nc 
Log Message:
test app updates


Index: RandRWC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Log/Attic/RandRWC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** RandRWC.nc	31 May 2006 23:33:47 -0000	1.1.2.4
--- RandRWC.nc	1 Jun 2006 16:35:31 -0000	1.1.2.5
***************
*** 211,220 ****
      A_READ,
      A_ERASE,
!     A_READ
    };
  
    void done() {
!     if (testCount)
!       call Leds.led2Toggle();
  
      if (TOS_NODE_ID & 3)
--- 211,221 ----
      A_READ,
      A_ERASE,
!     A_READ,
!     A_WRITE,
!     A_WRITE
    };
  
    void done() {
!     call Leds.led2Toggle();
  
      if (TOS_NODE_ID & 3)



More information about the Tinyos-2-commits mailing list