]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/Blink/stack.h
Update to TestCollection for threads
[tinyos-2.x.git] / apps / tosthreads / capps / Blink / stack.h
index fdaf48cbf3bef47262816d8b3f54ccec714036f8..30882954a74c5197f96f8290e01cf2c66add2bde 100644 (file)
@@ -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,
 };