aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 18:03:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 18:03:48 +0000
commit0435bb5b4e1435924490f4a268dba5f75e998951 (patch)
treeed1fc644aec17195476b772997212918e62f172f /os/hal/platforms
parent5ed2f28ec0e5031ab79b50f6c61964273023567e (diff)
downloadChibiOS-0435bb5b4e1435924490f4a268dba5f75e998951.tar.gz
ChibiOS-0435bb5b4e1435924490f4a268dba5f75e998951.tar.bz2
ChibiOS-0435bb5b4e1435924490f4a268dba5f75e998951.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3499 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32L1xx/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/adc_lld.c b/os/hal/platforms/STM32L1xx/adc_lld.c
index bc04df615..308fd90d0 100644
--- a/os/hal/platforms/STM32L1xx/adc_lld.c
+++ b/os/hal/platforms/STM32L1xx/adc_lld.c
@@ -219,7 +219,7 @@ void adc_lld_start_conversion(ADCDriver *adcp) {
adcp->adc->SQR3 = grpp->sqr3;
adcp->adc->SQR4 = grpp->sqr4;
adcp->adc->SQR5 = grpp->sqr5;
- /* Must wait the ADC to be ready for conversion, see 9.3.6 "Timing diagram"
+ /* Must wait the ADC to be ready for conversion, see 10.3.6 "Timing diagram"
in the Reference Manual.*/
while ((adcp->adc->SR & ADC_SR_ADONS) == 0)
;