aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 08:52:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 08:52:18 +0000
commit93be331bcec89f81d0335fb7c5e239f0f02d6e0b (patch)
tree73491cb3fe7ef9fdb95d3a6acceba96c0bbd352b /os/hal/platforms/STM32F4xx/adc_lld.c
parent38339542cc09f2fb53d4b08ae3fe12bb488d1ffc (diff)
downloadChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.tar.gz
ChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.tar.bz2
ChibiOS-93be331bcec89f81d0335fb7c5e239f0f02d6e0b.zip
STM32F2xx deleted and merged with STM32F4xx code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx/adc_lld.c')
-rw-r--r--os/hal/platforms/STM32F4xx/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/adc_lld.c b/os/hal/platforms/STM32F4xx/adc_lld.c
index 9f447f9a6..fef357c3b 100644
--- a/os/hal/platforms/STM32F4xx/adc_lld.c
+++ b/os/hal/platforms/STM32F4xx/adc_lld.c
@@ -20,7 +20,7 @@
/**
* @file STM32F4xx/adc_lld.c
- * @brief STM32F4xx ADC subsystem low level driver source.
+ * @brief STM32F4xx/STM32F2xx ADC subsystem low level driver source.
*
* @addtogroup ADC
* @{