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-STM32F072RB-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-STM32F072RB-NUCLEO64')
-rw-r--r-- | demos/STM32/RT-STM32F072RB-NUCLEO64/mcuconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F072RB-NUCLEO64/mcuconf.h b/demos/STM32/RT-STM32F072RB-NUCLEO64/mcuconf.h index 97755ce7b..1ddf5e1a0 100644 --- a/demos/STM32/RT-STM32F072RB-NUCLEO64/mcuconf.h +++ b/demos/STM32/RT-STM32F072RB-NUCLEO64/mcuconf.h @@ -104,10 +104,12 @@ #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_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_TIM14_IRQ_PRIORITY 2
/*
|