aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC')
-rw-r--r--demos/ARM7-LPC214x-GCC/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-LPC214x-GCC/main.c b/demos/ARM7-LPC214x-GCC/main.c
index b98747d20..dbc56803e 100644
--- a/demos/ARM7-LPC214x-GCC/main.c
+++ b/demos/ARM7-LPC214x-GCC/main.c
@@ -28,7 +28,7 @@
/*
* Red LEDs blinker thread, times are in milliseconds.
*/
-static WorkingArea(waThread1, 32);
+static WorkingArea(waThread1, 64);
static t_msg Thread1(void *arg) {
while (TRUE) {
@@ -47,7 +47,7 @@ static t_msg Thread1(void *arg) {
/*
* Yellow LED blinker thread, times are in milliseconds.
*/
-static WorkingArea(waThread2, 32);
+static WorkingArea(waThread2, 64);
static t_msg Thread2(void *arg) {
while (TRUE) {