aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/main.c')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/main.c b/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
index e53bd5b7c..296ec7f67 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
@@ -26,8 +26,8 @@
#include "web/webthread.h"
-static WorkingArea(waWebThread, 256);
-static WorkingArea(waThread1, 64);
+static WorkingArea(waWebThread, 512);
+static WorkingArea(waThread1, 128);
static msg_t Thread1(void *arg) {