aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/hal_lld.h
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/STM32F0xx/hal_lld.h
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/STM32F0xx/hal_lld.h')
-rw-r--r--os/hal/platforms/STM32F0xx/hal_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F0xx/hal_lld.h b/os/hal/platforms/STM32F0xx/hal_lld.h
index 775892391..362a553d4 100644
--- a/os/hal/platforms/STM32F0xx/hal_lld.h
+++ b/os/hal/platforms/STM32F0xx/hal_lld.h
@@ -234,6 +234,10 @@
#define STM32_ADC3_DMA_MSK 0x00000000
#define STM32_ADC3_DMA_CHN 0x00000000
+#define STM32_HAS_ADC4 FALSE
+#define STM32_ADC4_DMA_MSK 0x00000000
+#define STM32_ADC4_DMA_CHN 0x00000000
+
/* CAN attributes.*/
#define STM32_HAS_CAN1 FALSE
#define STM32_HAS_CAN2 FALSE