]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Decrease the threads' stack size
authorliang_mike <liang_mike>
Thu, 24 Jul 2008 03:58:13 +0000 (03:58 +0000)
committerliang_mike <liang_mike>
Thu, 24 Jul 2008 03:58:13 +0000 (03:58 +0000)
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