diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 09:10:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-08 09:10:05 +0000 |
commit | ef91fe2a2609ec84e07af57f60c6f6033455c765 (patch) | |
tree | d15cd381b60056be9f6ec525fef0f7911587d74f /os/hal | |
parent | b0b5511c59e08ad8ff235476d01858b2ef1ae912 (diff) | |
download | ChibiOS-ef91fe2a2609ec84e07af57f60c6f6033455c765.tar.gz ChibiOS-ef91fe2a2609ec84e07af57f60c6f6033455c765.tar.bz2 ChibiOS-ef91fe2a2609ec84e07af57f60c6f6033455c765.zip |
Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6275 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32F37x/adc_lld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F37x/adc_lld.c b/os/hal/platforms/STM32F37x/adc_lld.c index ebb6da7ec..ff5ef60b3 100644 --- a/os/hal/platforms/STM32F37x/adc_lld.c +++ b/os/hal/platforms/STM32F37x/adc_lld.c @@ -15,8 +15,8 @@ */
/**
- * @file STM32F4xx/adc_lld.c
- * @brief STM32F4xx/STM32F2xx ADC subsystem low level driver source.
+ * @file STM32F37x/adc_lld.c
+ * @brief STM32F37x ADC subsystem low level driver source.
*
* @addtogroup ADC
* @{
|