aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/adc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 10:37:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-29 10:37:31 +0000
commitf90ae4d17df24cd6477f2557bc86ef9433e93414 (patch)
tree32ffb2543a1e07f5773278748542cc69d45f210a /os/hal/templates/adc_lld.h
parentd477d161e3846b0b8256995638b78c5c090ac0f2 (diff)
downloadChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.gz
ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.tar.bz2
ChibiOS-f90ae4d17df24cd6477f2557bc86ef9433e93414.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1354 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/adc_lld.h')
-rw-r--r--os/hal/templates/adc_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/adc_lld.h b/os/hal/templates/adc_lld.h
index ca14577f0..1cacf2ac9 100644
--- a/os/hal/templates/adc_lld.h
+++ b/os/hal/templates/adc_lld.h
@@ -27,7 +27,7 @@
#ifndef _ADC_LLD_H_
#define _ADC_LLD_H_
-#if CH_HAL_USE_ADC
+#if CH_HAL_USE_ADC || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver pre-compile time settings. */