]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Blink/BlinkAppC.nc
fix to apps to get them to compile on all supported platforms
[tinyos-2.x.git] / apps / tosthreads / apps / Blink / BlinkAppC.nc
index 7748e878667a9395b9291d2cfc81abb750413747..d95f71926d22d518532cb13c99769f16db086aeb 100644 (file)
@@ -37,10 +37,10 @@ configuration BlinkAppC {
 }
 implementation {
   components MainC, BlinkC,  LedsC;
-  components new ThreadC(800) as NullThread;
-  components new ThreadC(800) as TinyThread0;
-  components new ThreadC(800) as TinyThread1;
-  components new ThreadC(800) as TinyThread2;
+  components new ThreadC(100) as NullThread;
+  components new ThreadC(100) as TinyThread0;
+  components new ThreadC(100) as TinyThread1;
+  components new ThreadC(100) as TinyThread2;
 
   MainC.Boot <- BlinkC;
   BlinkC.NullThread -> NullThread;