From 00ab4e1c637058ffcd98dad63cbe27727736daee Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 7 Dec 2007 15:56:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@130 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC-minimal/main.c | 4 ++-- demos/ARM7-LPC214x-GCC/main.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'demos') diff --git a/demos/ARM7-LPC214x-GCC-minimal/main.c b/demos/ARM7-LPC214x-GCC-minimal/main.c index 5a0b1e80a..18017f0b5 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/main.c +++ b/demos/ARM7-LPC214x-GCC-minimal/main.c @@ -24,7 +24,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) { @@ -43,7 +43,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) { 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) { -- cgit v1.2.3