aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/ADC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx/ADC/main.c')
-rw-r--r--testhal/STM32F3xx/ADC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F3xx/ADC/main.c b/testhal/STM32F3xx/ADC/main.c
index ee5dfa922..4d4add7d6 100644
--- a/testhal/STM32F3xx/ADC/main.c
+++ b/testhal/STM32F3xx/ADC/main.c
@@ -146,7 +146,7 @@ int main(void) {
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL);
/*
- * Activates the ADC1 driver and the thermal sensor.
+ * Activates the ADC1 driver and the temperature sensor.
*/
adcStart(&ADCD1, NULL);
// adcSTM32EnableTSVREFE();