aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/DMA_STORM/main.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 13:57:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 13:57:25 +0000
commitde0bd4b20d026659defa6dbfa664723acedf1443 (patch)
tree459c77a3b199c9939e5e57498bad08703465e20a /testhal/STM32F4xx/DMA_STORM/main.c
parent152cacac1f47599a0a538c94900ba18d30f0ccc9 (diff)
downloadChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.tar.gz
ChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.tar.bz2
ChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5404 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/DMA_STORM/main.c')
-rw-r--r--testhal/STM32F4xx/DMA_STORM/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/DMA_STORM/main.c b/testhal/STM32F4xx/DMA_STORM/main.c
index e5bda4c11..4fe2dbf6c 100644
--- a/testhal/STM32F4xx/DMA_STORM/main.c
+++ b/testhal/STM32F4xx/DMA_STORM/main.c
@@ -151,7 +151,7 @@ int main(void) {
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO + 10,
Thread1, NULL);
- /* Activates the ADC1 driver and the thermal sensor.*/
+ /* Activates the ADC1 driver and the temperature sensor.*/
adcStart(&ADCD1, NULL);
adcSTM32EnableTSVREFE();