[Tinyos-2-commits] CVS: tinyos-2.x/apps/Powerup PowerupC.nc, 1.4, 1.5
John Regehr
regehr at users.sourceforge.net
Wed Sep 24 21:08:57 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/Powerup
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9264/Powerup
Modified Files:
PowerupC.nc
Log Message:
make a few toplevel app components safe
Index: PowerupC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Powerup/PowerupC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PowerupC.nc 12 Dec 2006 18:22:48 -0000 1.4
--- PowerupC.nc 25 Sep 2008 04:08:46 -0000 1.5
***************
*** 35,39 ****
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
*/
! module PowerupC
{
uses interface Boot;
--- 35,39 ----
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
*/
! module PowerupC @safe()
{
uses interface Boot;
More information about the Tinyos-2-commits
mailing list