aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F30x/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-18 15:30:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-18 15:30:10 +0000
commit8b4219aa883e47406c1134f8b10982393a99b61e (patch)
tree97a6dfcc915d79fb7180230acc4ebddf1d2f947c /os/hal/platforms/STM32F30x/adc_lld.c
parentf24f61dc0ee1dd8a4b538bdcbfaac870aa39816a (diff)
downloadChibiOS-8b4219aa883e47406c1134f8b10982393a99b61e.tar.gz
ChibiOS-8b4219aa883e47406c1134f8b10982393a99b61e.tar.bz2
ChibiOS-8b4219aa883e47406c1134f8b10982393a99b61e.zip
STM32F37x SDADC driver reworked, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F30x/adc_lld.c')
-rw-r--r--os/hal/platforms/STM32F30x/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F30x/adc_lld.c b/os/hal/platforms/STM32F30x/adc_lld.c
index ba23febc3..40cd516a1 100644
--- a/os/hal/platforms/STM32F30x/adc_lld.c
+++ b/os/hal/platforms/STM32F30x/adc_lld.c
@@ -214,7 +214,7 @@ static void adc_lld_serve_dma_interrupt(ADCDriver *adcp, uint32_t flags) {
* @brief ADC ISR service routine.
*
* @param[in] adcp pointer to the @p ADCDriver object
- * @param[in] isr pre-shifted content of the ISR register
+ * @param[in] isr content of the ISR register
*/
static void adc_lld_serve_interrupt(ADCDriver *adcp, uint32_t isr) {