X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FMainC.nc;h=a6caac44772021d385d0103ff47695a6ca50073f;hb=ff7711f4ee4bbd41c597c9af63e6fec34690f9f1;hp=9f61d0ecebf6891495ba7da4ff1c5c95ee76a736;hpb=62d558a6db9cf823c7926fc74ed5610a0dcbad23;p=tinyos-2.x.git diff --git a/tos/system/MainC.nc b/tos/system/MainC.nc index 9f61d0ec..a6caac44 100644 --- a/tos/system/MainC.nc +++ b/tos/system/MainC.nc @@ -49,6 +49,10 @@ configuration MainC { implementation { components PlatformC, RealMainP, TinySchedulerC; +#ifdef SAFE_TINYOS + components SafeFailureHandlerC; +#endif + RealMainP.Scheduler -> TinySchedulerC; RealMainP.PlatformInit -> PlatformC;