aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/ADC/main.c')
-rw-r--r--testhal/STM32F4xx/ADC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/ADC/main.c b/testhal/STM32F4xx/ADC/main.c
index 650347f76..f4b65170f 100644
--- a/testhal/STM32F4xx/ADC/main.c
+++ b/testhal/STM32F4xx/ADC/main.c
@@ -91,7 +91,7 @@ static const ADCConversionGroup adcgrpcfg2 = {
/*
* Red LEDs blinker thread, times are in milliseconds.
*/
-static WORKING_AREA(waThread1, 128);
+static THD_WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {
(void)arg;