X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FMainC.nc;h=a6caac44772021d385d0103ff47695a6ca50073f;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=9f61d0ecebf6891495ba7da4ff1c5c95ee76a736;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;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;