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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/ADC/main.c b/testhal/STM32F4xx/ADC/main.c
index 650347f76..7fff13612 100644
--- a/testhal/STM32F4xx/ADC/main.c
+++ b/testhal/STM32F4xx/ADC/main.c
@@ -89,9 +89,9 @@ static const ADCConversionGroup adcgrpcfg2 = {
};
/*
- * Red LEDs blinker thread, times are in milliseconds.
+ * Red LED 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;