X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FBlink%2FBlink.c;h=bcbeee06dd975d41c48ad96d4b7758015ceba701;hb=ebe1183ad1dd082eaba2c16098c0c63a16473dc7;hp=ca19ae8d6e921309dd642665973b054c10f83663;hpb=f4263e3d036f79a8127d49ced6ec40be6e81d1e2;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/Blink/Blink.c b/apps/tosthreads/capps/Blink/Blink.c index ca19ae8d..bcbeee06 100644 --- a/apps/tosthreads/capps/Blink/Blink.c +++ b/apps/tosthreads/capps/Blink/Blink.c @@ -57,7 +57,7 @@ void tosthread_main(void* arg) { void blink0_thread(void* arg) { for(;;) { led0Toggle(); - tosthread_sleep(1000); + tosthread_sleep(200); } }