[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash RadioCountToFlashC.nc, 1.1.2.2, 1.1.2.3

Philipp Huppertz phihup at users.sourceforge.net
Wed Oct 11 08:47:50 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22211/apps/tests/eyesIFX/RadioCountToFlash

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RadioCountToFlashC.nc 
Log Message:
- erase log after booting

Index: RadioCountToFlashC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash/Attic/RadioCountToFlashC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** RadioCountToFlashC.nc	4 Oct 2006 13:11:19 -0000	1.1.2.2
--- RadioCountToFlashC.nc	11 Oct 2006 15:47:47 -0000	1.1.2.3
***************
*** 87,91 ****
    
    event void Boot.booted() {
!     call LogRead.seek(SEEK_BEGINNING);
      call AMControl.start();
    }
--- 87,91 ----
    
    event void Boot.booted() {
!     call LogWrite.erase();
      call AMControl.start();
    }



More information about the Tinyos-2-commits mailing list