[Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB/tests RandRW.nc, 1.3, 1.4

David Gay idgay at users.sourceforge.net
Wed Jun 8 16:27:05 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/AT45DB/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14728

Modified Files:
	RandRW.nc 
Log Message:
delay mount


Index: RandRW.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/AT45DB/tests/RandRW.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RandRW.nc	8 Jun 2005 21:44:23 -0000	1.3
--- RandRW.nc	8 Jun 2005 23:27:03 -0000	1.4
***************
*** 94,100 ****
    }
  
!   command result_t StdControl.start() {
      state = S_MOUNT;
      rcheck(call Mount.mount(1));
      return SUCCESS;
    }
--- 94,104 ----
    }
  
!   task void mount() {
      state = S_MOUNT;
      rcheck(call Mount.mount(1));
+   }
+ 
+   command result_t StdControl.start() {
+     post mount();
      return SUCCESS;
    }



More information about the Tinyos-beta-commits mailing list