aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-30 12:41:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-11-30 12:41:34 +0000
commit669acd0d64d55109d6ed2cafec3f23570de23351 (patch)
treecc0669708aacd00c316aea7b94beac256c4fd7a0 /os/hal/platforms/STM32F1xx
parent659396485212461b4be35bdc2c34ae6e430739de (diff)
downloadChibiOS-669acd0d64d55109d6ed2cafec3f23570de23351.tar.gz
ChibiOS-669acd0d64d55109d6ed2cafec3f23570de23351.tar.bz2
ChibiOS-669acd0d64d55109d6ed2cafec3f23570de23351.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4848 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_isr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_isr.h b/os/hal/platforms/STM32F1xx/stm32_isr.h
index 9cdc406a3..1f6283c50 100644
--- a/os/hal/platforms/STM32F1xx/stm32_isr.h
+++ b/os/hal/platforms/STM32F1xx/stm32_isr.h
@@ -93,11 +93,7 @@
#define STM32_TIM3_HANDLER TIM3_IRQHandler
#define STM32_TIM4_HANDLER TIM4_IRQHandler
#define STM32_TIM5_HANDLER TIM5_IRQHandler
-#ifdef STM32F10X_XL
-#define STM32_TIM8_UP_HANDLER TIM8_UP_IRQHandler
-#else
#define STM32_TIM8_UP_HANDLER TIM8_UP_IRQHandler
-#endif
#define STM32_TIM8_CC_HANDLER TIM8_CC_IRQHandler
#if defined(STM32F10X_XL)