aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/gpt_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-20 08:39:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-20 08:39:04 +0000
commit6af0806da3d9df7ea9f6410a74ad8c864926bd7f (patch)
tree6ec8476f873683186129ac036adc0162f201ef51 /os/hal/platforms/STM32/gpt_lld.c
parent0d1164787e76a5b1014e7b761c7498e8a2ef9ece (diff)
downloadChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.tar.gz
ChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.tar.bz2
ChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.zip
Fixed bugs 3536522 and 3536523.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4309 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/gpt_lld.c')
-rw-r--r--os/hal/platforms/STM32/gpt_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/gpt_lld.c b/os/hal/platforms/STM32/gpt_lld.c
index e0685b75c..d36e3e26d 100644
--- a/os/hal/platforms/STM32/gpt_lld.c
+++ b/os/hal/platforms/STM32/gpt_lld.c
@@ -196,7 +196,7 @@ CH_IRQ_HANDLER(TIM5_IRQHandler) {
*
* @isr
*/
-CH_IRQ_HANDLER(TIM8_IRQHandler) {
+CH_IRQ_HANDLER(TIM8_UP_IRQHandler) {
CH_IRQ_PROLOGUE();