aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/LPC214x-GCC/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/LPC214x-GCC/main.c b/demos/LPC214x-GCC/main.c
index a696b223f..c925671e9 100644
--- a/demos/LPC214x-GCC/main.c
+++ b/demos/LPC214x-GCC/main.c
@@ -23,7 +23,7 @@
#include "lpc214x_serial.h"
#include "buzzer.h"
-static BYTE8 waThread1[UserStackSize(16)];
+static BYTE8 waThread1[UserStackSize(32)];
static t_msg Thread1(void *arg) {
@@ -40,7 +40,7 @@ static t_msg Thread1(void *arg) {
return 0;
}
-static BYTE8 waThread2[UserStackSize(16)];
+static BYTE8 waThread2[UserStackSize(32)];
static t_msg Thread2(void *arg) {
@@ -53,7 +53,7 @@ static t_msg Thread2(void *arg) {
return 0;
}
-static BYTE8 waThread3[UserStackSize(16)];
+static BYTE8 waThread3[UserStackSize(32)];
static t_msg Thread3(void *arg) {