]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/BaseStation/stack.h
Decrease the threads' stack size
[tinyos-2.x.git] / apps / tosthreads / apps / BaseStation / stack.h
index 0fdaa44c6166d81c3aade34ca5003af3838f89c2..185b1f504f3dee549e61b35752bdf0c22ba46937 100644 (file)
 #define BASE_STATION_APP_STACK_H
 
 enum {
-  BOOT_THREAD_STACK_SIZE                   = 200,
-  RADIO_RECEIVE_THREAD_STACK_SIZE   = 600,
-  RADIO_SNOOP_THREAD_STACK_SIZE     = 600,
-  SERIAL_SEND_THREAD_STACK_SIZE     = 600,
-  SERIAL_RECEIVE_THREAD_STACK_SIZE  = 600,
-  RADIO_SEND_THREAD_STACK_SIZE      = 600,
+  BOOT_THREAD_STACK_SIZE            = 200,
+  RADIO_RECEIVE_THREAD_STACK_SIZE   = 200,
+  RADIO_SNOOP_THREAD_STACK_SIZE     = 200,
+  SERIAL_SEND_THREAD_STACK_SIZE     = 200,
+  SERIAL_RECEIVE_THREAD_STACK_SIZE  = 200,
+  RADIO_SEND_THREAD_STACK_SIZE      = 200,
 };
 
 #endif //BASE_STATION_APP_STACK_H