]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/MainC.nc
Add SharedArbiterC.
[tinyos-2.x.git] / tos / system / MainC.nc
index c776a019be1f80b339971af9a294fb1f5ff27fce..a6caac44772021d385d0103ff47695a6ca50073f 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 
-/*                                                                      tab:4
+/*                                                                      
  * "Copyright (c) 2000-2003 The Regents of the University  of California.  
  * All rights reserved.
  *
@@ -49,6 +49,10 @@ configuration MainC {
 implementation {
   components PlatformC, RealMainP, TinySchedulerC;
 
+#ifdef SAFE_TINYOS
+  components SafeFailureHandlerC;
+#endif
+
   RealMainP.Scheduler -> TinySchedulerC;
   RealMainP.PlatformInit -> PlatformC;