aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-24 18:02:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-24 18:02:49 +0000
commit7273d8390d8cff3ef45289a5b6797f0fae13c515 (patch)
tree52d1e1fd9898ac07f657990a27c094bc1c8573a2 /os/hal/platforms/STM32L1xx
parentefa72f03d57c5bde898ee92d0f53e49cc786f39f (diff)
downloadChibiOS-7273d8390d8cff3ef45289a5b6797f0fae13c515.tar.gz
ChibiOS-7273d8390d8cff3ef45289a5b6797f0fae13c515.tar.bz2
ChibiOS-7273d8390d8cff3ef45289a5b6797f0fae13c515.zip
Files for STM32F3xx ADC driver, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4970 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r--os/hal/platforms/STM32L1xx/hal_lld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h
index 297b9553b..6305f9fed 100644
--- a/os/hal/platforms/STM32L1xx/hal_lld.h
+++ b/os/hal/platforms/STM32L1xx/hal_lld.h
@@ -182,6 +182,7 @@
#define STM32_HAS_ADC1 TRUE
#define STM32_HAS_ADC2 FALSE
#define STM32_HAS_ADC3 FALSE
+#define STM32_HAS_ADC4 FALSE
/* CAN attributes.*/
#define STM32_HAS_CAN1 FALSE