diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-12-21 20:39:59 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-12-21 20:39:59 +0000 |
commit | cd474ebdb8db1ccc65ef3896fe87944b03289f52 (patch) | |
tree | 4b46bdad040e8857b8e0e75c2fb873007f88f95d /demos/STM32/RT-STM32F091RC-NUCLEO64 | |
parent | a1a0c1cc177dcb53f0f11182c03f8725667633c8 (diff) | |
download | ChibiOS-cd474ebdb8db1ccc65ef3896fe87944b03289f52.tar.gz ChibiOS-cd474ebdb8db1ccc65ef3896fe87944b03289f52.tar.bz2 ChibiOS-cd474ebdb8db1ccc65ef3896fe87944b03289f52.zip |
Fixed Bug #800
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9978 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F091RC-NUCLEO64')
-rw-r--r-- | demos/STM32/RT-STM32F091RC-NUCLEO64/mcuconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F091RC-NUCLEO64/mcuconf.h b/demos/STM32/RT-STM32F091RC-NUCLEO64/mcuconf.h index db9a5006f..8c290fde6 100644 --- a/demos/STM32/RT-STM32F091RC-NUCLEO64/mcuconf.h +++ b/demos/STM32/RT-STM32F091RC-NUCLEO64/mcuconf.h @@ -83,10 +83,14 @@ #define STM32_GPT_USE_TIM1 FALSE
#define STM32_GPT_USE_TIM2 FALSE
#define STM32_GPT_USE_TIM3 FALSE
+#define STM32_GPT_USE_TIM6 FALSE
+#define STM32_GPT_USE_TIM7 FALSE
#define STM32_GPT_USE_TIM14 FALSE
#define STM32_GPT_TIM1_IRQ_PRIORITY 2
#define STM32_GPT_TIM2_IRQ_PRIORITY 2
#define STM32_GPT_TIM3_IRQ_PRIORITY 2
+#define STM32_GPT_TIM6_IRQ_PRIORITY 2
+#define STM32_GPT_TIM7_IRQ_PRIORITY 2
#define STM32_GPT_TIM14_IRQ_PRIORITY 2
/*
|