aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-14 18:59:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-14 18:59:52 +0000
commitadb989bc17a879e51dbd9aeb471089af1f9d73e2 (patch)
tree948c048847e8a4bfba15642b0c34537860abbdda /os/hal/platforms/STM32F1xx/adc_lld.c
parent061a1d4844a0eeffca59ae09b2799cc8ff24e05b (diff)
downloadChibiOS-adb989bc17a879e51dbd9aeb471089af1f9d73e2.tar.gz
ChibiOS-adb989bc17a879e51dbd9aeb471089af1f9d73e2.tar.bz2
ChibiOS-adb989bc17a879e51dbd9aeb471089af1f9d73e2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3318 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx/adc_lld.c')
-rw-r--r--os/hal/platforms/STM32F1xx/adc_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F1xx/adc_lld.c b/os/hal/platforms/STM32F1xx/adc_lld.c
index 52d43daa9..cc4d25ea1 100644
--- a/os/hal/platforms/STM32F1xx/adc_lld.c
+++ b/os/hal/platforms/STM32F1xx/adc_lld.c
@@ -19,8 +19,8 @@
*/
/**
- * @file STM32/adc_lld.c
- * @brief STM32 ADC subsystem low level driver source.
+ * @file STM32F1xx/adc_lld.c
+ * @brief STM32F1xx ADC subsystem low level driver source.
*
* @addtogroup ADC
* @{