aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-27 18:48:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-27 18:48:47 +0000
commitc9bfcaa15ec3d03ee088ecfa5cf6cf82e718cb38 (patch)
tree0bcfd6b978bb7004587ce6f70ad17ed95bda13b8 /demos/ARM7-AT91SAM7X-WEB-GCC/main.c
parentee0d07151a144a8425d8cfd0740098d1b76711c2 (diff)
downloadChibiOS-c9bfcaa15ec3d03ee088ecfa5cf6cf82e718cb38.tar.gz
ChibiOS-c9bfcaa15ec3d03ee088ecfa5cf6cf82e718cb38.tar.bz2
ChibiOS-c9bfcaa15ec3d03ee088ecfa5cf6cf82e718cb38.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1192 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC/main.c')
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/main.c b/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
index adfba225f..e2d3e8cd8 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/main.c
@@ -28,7 +28,7 @@
#include "web/webthread.h"
static WORKING_AREA(waWebThread, 512);
-static WORKING_AREA(waThread1, 64);
+static WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {