[Tinyos-2-commits] CVS: tinyos-2.x/tos/system ArbiterP.nc, 1.9, 1.10
Kevin Klues
klueska at users.sourceforge.net
Sat May 24 12:34:18 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc Makefile.am, 1.7, 1.8 tos-storage-at45db.1, 1.4, 1.5 tos-storage-at45db.in, 1.3, 1.4 tos-storage-pxa27xp30, 1.4, 1.5 tos-storage-pxa27xp30.1, 1.2, 1.3 tos-storage-pxa27xp30.in, 1.4, 1.5 tos-storage-stm25p.1, 1.3, 1.4 tos-storage-stm25p.in, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-storage-pxa27xp30, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2610
Modified Files:
ArbiterP.nc
Log Message:
Oops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in there now
Index: ArbiterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/ArbiterP.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ArbiterP.nc 9 May 2008 21:29:01 -0000 1.9
--- ArbiterP.nc 24 May 2008 19:34:15 -0000 1.10
***************
*** 121,124 ****
--- 121,125 ----
signal ResourceDefaultOwner.granted();
}
+ return SUCCESS;
}
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc Makefile.am, 1.7, 1.8 tos-storage-at45db.1, 1.4, 1.5 tos-storage-at45db.in, 1.3, 1.4 tos-storage-pxa27xp30, 1.4, 1.5 tos-storage-pxa27xp30.1, 1.2, 1.3 tos-storage-pxa27xp30.in, 1.4, 1.5 tos-storage-stm25p.1, 1.3, 1.4 tos-storage-stm25p.in, 1.5, 1.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-storage-pxa27xp30, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list