From ac398b601ae246a6d75d8fe3863effd72455b1e4 Mon Sep 17 00:00:00 2001 From: liang_mike Date: Thu, 24 Jul 2008 03:58:13 +0000 Subject: [PATCH] Decrease the threads' stack size --- apps/tosthreads/apps/BaseStation/stack.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/tosthreads/apps/BaseStation/stack.h b/apps/tosthreads/apps/BaseStation/stack.h index 0fdaa44c..185b1f50 100644 --- a/apps/tosthreads/apps/BaseStation/stack.h +++ b/apps/tosthreads/apps/BaseStation/stack.h @@ -37,12 +37,12 @@ #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 -- 2.39.2