aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F30x/ADC/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-17 07:37:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-17 07:37:18 +0000
commit3fc18fd71fd1d3266b4c606db52e2404b7bc9d77 (patch)
tree557c149bea01ba712132505870eea0948150494a /testhal/STM32F30x/ADC/mcuconf.h
parent1f6edfef775e68d713346b9a536e0df3b9e73161 (diff)
downloadChibiOS-3fc18fd71fd1d3266b4c606db52e2404b7bc9d77.tar.gz
ChibiOS-3fc18fd71fd1d3266b4c606db52e2404b7bc9d77.tar.bz2
ChibiOS-3fc18fd71fd1d3266b4c606db52e2404b7bc9d77.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5445 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F30x/ADC/mcuconf.h')
-rw-r--r--testhal/STM32F30x/ADC/mcuconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F30x/ADC/mcuconf.h b/testhal/STM32F30x/ADC/mcuconf.h
index 00fabf16b..f3ab799c9 100644
--- a/testhal/STM32F30x/ADC/mcuconf.h
+++ b/testhal/STM32F30x/ADC/mcuconf.h
@@ -74,10 +74,10 @@
#define STM32_ADC_USE_ADC3 TRUE
#define STM32_ADC_ADC12_DMA_PRIORITY 2
#define STM32_ADC_ADC34_DMA_PRIORITY 2
-#define STM32_ADC_ADC12_IRQ_PRIORITY 2
-#define STM32_ADC_ADC34_IRQ_PRIORITY 2
-#define STM32_ADC_ADC12_DMA_IRQ_PRIORITY 2
-#define STM32_ADC_ADC34_DMA_IRQ_PRIORITY 2
+#define STM32_ADC_ADC12_IRQ_PRIORITY 5
+#define STM32_ADC_ADC34_IRQ_PRIORITY 5
+#define STM32_ADC_ADC12_DMA_IRQ_PRIORITY 5
+#define STM32_ADC_ADC34_DMA_IRQ_PRIORITY 5
#define STM32_ADC_ADC12_CLOCK_MODE ADC_CCR_CKMODE_AHB_DIV1
#define STM32_ADC_ADC34_CLOCK_MODE ADC_CCR_CKMODE_AHB_DIV1
#define STM32_ADC_DUAL_MODE FALSE