[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
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep101.txt, 1.10, 1.11
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB BlockStorageM.nc,
1.5, 1.6 FormatStorageC.nc, 1.1, 1.2 FormatStorageM.nc, 1.1,
1.2 HALAT45DBShare.nc, 1.2, 1.3 StorageManager.h, 1.1,
1.2 StorageManagerC.nc, 1.3, 1.4 StorageManagerM.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
}
- Previous message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/teps/txt tep101.txt, 1.10, 1.11
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB BlockStorageM.nc,
1.5, 1.6 FormatStorageC.nc, 1.1, 1.2 FormatStorageM.nc, 1.1,
1.2 HALAT45DBShare.nc, 1.2, 1.3 StorageManager.h, 1.1,
1.2 StorageManagerC.nc, 1.3, 1.4 StorageManagerM.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list