From 21c82221ac2b03ff34f3e9aa0e6f2412d0cd9fe2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 29 Nov 2008 13:57:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@526 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/MSP430-MSP430x1611-GCC/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/MSP430-MSP430x1611-GCC') diff --git a/demos/MSP430-MSP430x1611-GCC/main.c b/demos/MSP430-MSP430x1611-GCC/main.c index 911ba84d9..4bc7d9895 100644 --- a/demos/MSP430-MSP430x1611-GCC/main.c +++ b/demos/MSP430-MSP430x1611-GCC/main.c @@ -26,7 +26,7 @@ /* * Red LEDs blinker thread, times are in milliseconds. */ -static WorkingArea(waThread1, 64); +static WORKING_AREA(waThread1, 64); static msg_t Thread1(void *arg) { while (TRUE) { -- cgit v1.2.3