diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-09 10:35:08 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-09 10:35:08 +0000 |
commit | 958435b034750b49f2a7ff2ec44fdda301191ebb (patch) | |
tree | fc131a0c9a8e4f04a5bd53d6b6be01426b51340d /testhal/STM32/STM32L1xx | |
parent | 75f1b657da6bfddbce6140d9a7a7ddc764640bf4 (diff) | |
download | ChibiOS-958435b034750b49f2a7ff2ec44fdda301191ebb.tar.gz ChibiOS-958435b034750b49f2a7ff2ec44fdda301191ebb.tar.bz2 ChibiOS-958435b034750b49f2a7ff2ec44fdda301191ebb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8727 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L1xx')
-rw-r--r-- | testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h b/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h index 0bf9c02f1..05a630669 100644 --- a/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h +++ b/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h @@ -99,15 +99,15 @@ * GPT driver system settings.
*/
#define STM32_GPT_USE_TIM2 FALSE
-#define STM32_GPT_USE_TIM3 FALSE
-#define STM32_GPT_USE_TIM4 FALSE
+#define STM32_GPT_USE_TIM3 TRUE
+#define STM32_GPT_USE_TIM4 TRUE
#define STM32_GPT_USE_TIM6 FALSE
#define STM32_GPT_USE_TIM7 FALSE
#define STM32_GPT_USE_TIM9 FALSE
#define STM32_GPT_USE_TIM11 FALSE
#define STM32_GPT_TIM2_IRQ_PRIORITY 7
-#define STM32_GPT_TIM3_IRQ_PRIORITY 7
-#define STM32_GPT_TIM4_IRQ_PRIORITY 7
+#define STM32_GPT_TIM3_IRQ_PRIORITY 10
+#define STM32_GPT_TIM4_IRQ_PRIORITY 6
#define STM32_GPT_TIM6_IRQ_PRIORITY 7
#define STM32_GPT_TIM7_IRQ_PRIORITY 7
#define STM32_GPT_TIM9_IRQ_PRIORITY 7
|