]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/MainC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / tosthreads / system / MainC.nc
index 64947ac4af9b2037905cd03cfe94cc53c7cadea3..710d281c019fb5216cc27fbeeada4ea4eff108d8 100644 (file)
@@ -54,6 +54,10 @@ implementation {
   components TinyThreadSchedulerC;
   components StaticThreadC;
     
+#ifdef SAFE_TINYOS
+  components SafeFailureHandlerC;
+#endif
+
   // Export the SoftwareInit and Boot for applications
   SoftwareInit = TinyOSMainP.SoftwareInit;
   Boot = TinyOSMainP;