diff options
Diffstat (limited to 'testhal/STM32F4xx/ADC')
-rw-r--r-- | testhal/STM32F4xx/ADC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/ADC/main.c b/testhal/STM32F4xx/ADC/main.c index f4b65170f..7fff13612 100644 --- a/testhal/STM32F4xx/ADC/main.c +++ b/testhal/STM32F4xx/ADC/main.c @@ -89,7 +89,7 @@ static const ADCConversionGroup adcgrpcfg2 = { };
/*
- * Red LEDs blinker thread, times are in milliseconds.
+ * Red LED blinker thread, times are in milliseconds.
*/
static THD_WORKING_AREA(waThread1, 128);
static msg_t Thread1(void *arg) {
|