diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-24 17:58:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-24 17:58:27 +0000 |
commit | 46870077b874696c09704da37dc4c33c8eb21402 (patch) | |
tree | 83bb86cc7e257025e0787f80b4e6d09e917926bf /testhal/STM32L1xx/PWM-ICU | |
parent | 5a74dd3c2e3aa7c2a72f1bfe69a39b047710c429 (diff) | |
download | ChibiOS-46870077b874696c09704da37dc4c33c8eb21402.tar.gz ChibiOS-46870077b874696c09704da37dc4c33c8eb21402.tar.bz2 ChibiOS-46870077b874696c09704da37dc4c33c8eb21402.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3523 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32L1xx/PWM-ICU')
-rw-r--r-- | testhal/STM32L1xx/PWM-ICU/mcuconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/PWM-ICU/mcuconf.h b/testhal/STM32L1xx/PWM-ICU/mcuconf.h index 433013b38..b1e760697 100644 --- a/testhal/STM32L1xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32L1xx/PWM-ICU/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.
|