]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/Blink/Blink.c
Small update to Blink application to make it inline with the nesC based tosthreads...
[tinyos-2.x.git] / apps / tosthreads / capps / Blink / Blink.c
index ca19ae8d6e921309dd642665973b054c10f83663..bcbeee06dd975d41c48ad96d4b7758015ceba701 100644 (file)
@@ -57,7 +57,7 @@ void tosthread_main(void* arg) {
 void blink0_thread(void* arg) {
   for(;;) {
     led0Toggle();
-    tosthread_sleep(1000);
+    tosthread_sleep(200);
   }
 }