aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/adc_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-01 16:32:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-01 16:32:16 +0000
commit3d182788ee7386b0fa53b4aee08fe8146d67d3b0 (patch)
tree81d4d87f00e741fd846843cb1e7ce0b7a6fe2080 /os/hal/platforms/STM32/adc_lld.c
parent8a433087afe80e92aea1c558965994b53bfcfb48 (diff)
downloadChibiOS-3d182788ee7386b0fa53b4aee08fe8146d67d3b0.tar.gz
ChibiOS-3d182788ee7386b0fa53b4aee08fe8146d67d3b0.tar.bz2
ChibiOS-3d182788ee7386b0fa53b4aee08fe8146d67d3b0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1369 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/adc_lld.c')
-rw-r--r--os/hal/platforms/STM32/adc_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/adc_lld.c b/os/hal/platforms/STM32/adc_lld.c
index 1213484e2..0c485c038 100644
--- a/os/hal/platforms/STM32/adc_lld.c
+++ b/os/hal/platforms/STM32/adc_lld.c
@@ -112,7 +112,7 @@ CH_IRQ_HANDLER(Vector6C) {
void adc_lld_init(void) {
#if USE_STM32_ADC1
- /* ADC reset, ensures reset state in order to avoid truouble with JTAGs.*/
+ /* ADC reset, ensures reset state in order to avoid trouble with JTAGs.*/
RCC->APB2RSTR = RCC_APB2RSTR_ADC1RST;
RCC->APB2RSTR = 0;