X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FBlink%2Fstack.h;h=30882954a74c5197f96f8290e01cf2c66add2bde;hb=018a52ddce1421929d6a88a21f185f593199b0fa;hp=fdaf48cbf3bef47262816d8b3f54ccec714036f8;hpb=43391cb22bb15d98d9bb4c6cc766410c662762eb;p=tinyos-2.x.git diff --git a/apps/tosthreads/capps/Blink/stack.h b/apps/tosthreads/capps/Blink/stack.h index fdaf48cb..30882954 100644 --- a/apps/tosthreads/capps/Blink/stack.h +++ b/apps/tosthreads/capps/Blink/stack.h @@ -34,8 +34,7 @@ */ enum { - NOTHING_STACK_SIZE = 500, - BLINK0_STACK_SIZE = 500, - BLINK1_STACK_SIZE = 500, - BLINK2_STACK_SIZE = 500, + BLINK0_STACK_SIZE = 200, + BLINK1_STACK_SIZE = 200, + BLINK2_STACK_SIZE = 200, };