]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Small update to Blink application to make it inline with the nesC based tosthreads...
authorklueska <klueska>
Wed, 18 Jun 2008 20:46:45 +0000 (20:46 +0000)
committerklueska <klueska>
Wed, 18 Jun 2008 20:46:45 +0000 (20:46 +0000)
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);
   }
 }