aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/ADC/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-21 10:06:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-21 10:06:54 +0000
commit5df36352fbd0b637c8f81d0bc04b13f3c404fbb8 (patch)
tree66afc6378999301afa0a637c9d37aec280052b32 /testhal/STM32F4xx/ADC/main.c
parent06eaa953acb4c328b28f4cc7441adc8653db3642 (diff)
downloadChibiOS-5df36352fbd0b637c8f81d0bc04b13f3c404fbb8.tar.gz
ChibiOS-5df36352fbd0b637c8f81d0bc04b13f3c404fbb8.tar.bz2
ChibiOS-5df36352fbd0b637c8f81d0bc04b13f3c404fbb8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6310 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 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) {