diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 17:56:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-30 17:56:41 +0000 |
commit | 96fb9a85dfe9d3779baed9de1d4a7d5f857810dc (patch) | |
tree | 14aff92f8721c4a89ded06ad028207968d95e896 /testhal/STM32F1xx/ADC/main.c | |
parent | c4dcbb3e9881654b9c4d96837a994ce305ab4d35 (diff) | |
download | ChibiOS-96fb9a85dfe9d3779baed9de1d4a7d5f857810dc.tar.gz ChibiOS-96fb9a85dfe9d3779baed9de1d4a7d5f857810dc.tar.bz2 ChibiOS-96fb9a85dfe9d3779baed9de1d4a7d5f857810dc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5000 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/ADC/main.c')
-rw-r--r-- | testhal/STM32F1xx/ADC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/ADC/main.c b/testhal/STM32F1xx/ADC/main.c index 280a74451..3a9c62541 100644 --- a/testhal/STM32F1xx/ADC/main.c +++ b/testhal/STM32F1xx/ADC/main.c @@ -134,7 +134,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);
|