[Tinyos-2-commits] CVS: tinyos-2.x/tos/system MainC.nc,1.5,1.6

John Regehr regehr at users.sourceforge.net
Sat Sep 6 14:22:36 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15254/tos/system

Modified Files:
	MainC.nc 
Log Message:
switch to failure handlers written in nesC

Index: MainC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/MainC.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MainC.nc	11 Jun 2008 00:46:27 -0000	1.5
--- MainC.nc	6 Sep 2008 21:22:33 -0000	1.6
***************
*** 50,53 ****
--- 50,57 ----
    components PlatformC, RealMainP, TinySchedulerC;
  
+ #ifdef SAFE_TINYOS
+   components SafeFailureHandlerC;
+ #endif
+ 
    RealMainP.Scheduler -> TinySchedulerC;
    RealMainP.PlatformInit -> PlatformC;



More information about the Tinyos-2-commits mailing list