diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 08:34:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 08:34:55 +0000 |
commit | f407c0326feb5ed4c3c49d92a56189dd4a546277 (patch) | |
tree | b698464c839ec14597460c33611e32594f02f6fb /testhal/STM32F37x/UART/mcuconf.h | |
parent | c86a5d888757ac3c861e0cf6d28671ea97bddc98 (diff) | |
download | ChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.tar.gz ChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.tar.bz2 ChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.zip |
Fixed bug #444.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6520 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/UART/mcuconf.h')
-rw-r--r-- | testhal/STM32F37x/UART/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F37x/UART/mcuconf.h b/testhal/STM32F37x/UART/mcuconf.h index 1421ff9f3..d7a72a780 100644 --- a/testhal/STM32F37x/UART/mcuconf.h +++ b/testhal/STM32F37x/UART/mcuconf.h @@ -70,7 +70,7 @@ #define STM32_ADC_SDADC1_DMA_PRIORITY 2
#define STM32_ADC_SDADC2_DMA_PRIORITY 2
#define STM32_ADC_SDADC3_DMA_PRIORITY 2
-#define STM32_ADC_IRQ_PRIORITY 5
+#define STM32_ADC_ADC1_IRQ_PRIORITY 5
#define STM32_ADC_SDADC1_IRQ_PRIORITY 5
#define STM32_ADC_SDADC2_IRQ_PRIORITY 5
#define STM32_ADC_SDADC3_IRQ_PRIORITY 5
|