diff options
Diffstat (limited to 'testhal/STM32L1xx/EXT/mcuconf.h')
-rw-r--r-- | testhal/STM32L1xx/EXT/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32L1xx/EXT/mcuconf.h b/testhal/STM32L1xx/EXT/mcuconf.h index 1aa91e950..97555af27 100644 --- a/testhal/STM32L1xx/EXT/mcuconf.h +++ b/testhal/STM32L1xx/EXT/mcuconf.h @@ -63,8 +63,8 @@ */
#define STM32_ADC_USE_ADC1 TRUE
#define STM32_ADC_ADC1_DMA_PRIORITY 2
-#define STM32_ADC_IRQ_PRIORITY 5
-#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 5
+#define STM32_ADC_IRQ_PRIORITY 6
+#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 6
/*
* CAN driver system settings.
|