aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/stm32_registry.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 13:17:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 13:17:44 +0000
commit8d0dc4bfd67857f376a2aa67424e9e8697342025 (patch)
tree5e7b108155082ad7ba631d90ef2575a1706d2f2e /os/hal/platforms/STM32F0xx/stm32_registry.h
parente355a2f38222cd2c720a37de62a90b4317c52eab (diff)
downloadChibiOS-8d0dc4bfd67857f376a2aa67424e9e8697342025.tar.gz
ChibiOS-8d0dc4bfd67857f376a2aa67424e9e8697342025.tar.bz2
ChibiOS-8d0dc4bfd67857f376a2aa67424e9e8697342025.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6190 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx/stm32_registry.h')
-rw-r--r--os/hal/platforms/STM32F0xx/stm32_registry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32F0xx/stm32_registry.h b/os/hal/platforms/STM32F0xx/stm32_registry.h
index 5139beeaf..94d12567e 100644
--- a/os/hal/platforms/STM32F0xx/stm32_registry.h
+++ b/os/hal/platforms/STM32F0xx/stm32_registry.h
@@ -35,10 +35,6 @@
*/
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE
-#define STM32_ADC1_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 1) |\
- STM32_DMA_STREAM_ID_MSK(1, 2))
-#define STM32_ADC1_DMA_CHN 0x00000000
-
#define STM32_HAS_ADC2 FALSE
#define STM32_HAS_ADC3 FALSE
#define STM32_HAS_ADC4 FALSE