aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/GPT/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/GPT/mcuconf.h')
-rw-r--r--testhal/STM32L1xx/GPT/mcuconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/GPT/mcuconf.h b/testhal/STM32L1xx/GPT/mcuconf.h
index b2ad1faca..a75fb49cf 100644
--- a/testhal/STM32L1xx/GPT/mcuconf.h
+++ b/testhal/STM32L1xx/GPT/mcuconf.h
@@ -61,7 +61,8 @@
*/
#define STM32_ADC_USE_ADC1 TRUE
#define STM32_ADC_ADC1_DMA_PRIORITY 2
-#define STM32_ADC_ADC1_IRQ_PRIORITY 5
+#define STM32_ADC_IRQ_PRIORITY 5
+#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 5
/*
* CAN driver system settings.