diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 08:34:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 08:34:59 +0000 |
commit | 5e84acec84ad4a804440c0ab1dfc7020ee07649f (patch) | |
tree | b1517fbe720a41fb1eca806931186de7fdc0de2d /testhal/STM32F37x/SDADC/mcuconf.h | |
parent | 8a162d65ea7f9b84c6b895d0cebf8e6193f4f725 (diff) | |
download | ChibiOS-5e84acec84ad4a804440c0ab1dfc7020ee07649f.tar.gz ChibiOS-5e84acec84ad4a804440c0ab1dfc7020ee07649f.tar.bz2 ChibiOS-5e84acec84ad4a804440c0ab1dfc7020ee07649f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6522 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/SDADC/mcuconf.h')
-rw-r--r-- | testhal/STM32F37x/SDADC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F37x/SDADC/mcuconf.h b/testhal/STM32F37x/SDADC/mcuconf.h index 9f383d592..9768c0deb 100644 --- a/testhal/STM32F37x/SDADC/mcuconf.h +++ b/testhal/STM32F37x/SDADC/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
|