aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/AVR-AT90CANx-GCC/main.c2
-rw-r--r--demos/AVR-ATmega128-GCC/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-AT90CANx-GCC/main.c b/demos/AVR-AT90CANx-GCC/main.c
index b7e646c6b..aa9b99dc0 100644
--- a/demos/AVR-AT90CANx-GCC/main.c
+++ b/demos/AVR-AT90CANx-GCC/main.c
@@ -27,7 +27,7 @@
void hwinit(void);
-static WorkingArea(waThread1, 32);
+static WORKING_AREA(waThread1, 32);
static msg_t Thread1(void *arg) {
while (TRUE) {
diff --git a/demos/AVR-ATmega128-GCC/main.c b/demos/AVR-ATmega128-GCC/main.c
index 40b2f8b89..405770d00 100644
--- a/demos/AVR-ATmega128-GCC/main.c
+++ b/demos/AVR-ATmega128-GCC/main.c
@@ -28,7 +28,7 @@
void hwinit(void);
-static WorkingArea(waThread1, 32);
+static WORKING_AREA(waThread1, 32);
static msg_t Thread1(void *arg) {
while (TRUE) {