diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 17:39:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 17:39:26 +0000 |
commit | 11907c39a829e1ecef33da09974028349af683f2 (patch) | |
tree | 70f25e083bce99eb28c7970441bd855600d65b0d /os/hal/platforms/STM32F0xx | |
parent | a41017aac10f2255f13ce45044f567b021eeb474 (diff) | |
download | ChibiOS-11907c39a829e1ecef33da09974028349af683f2.tar.gz ChibiOS-11907c39a829e1ecef33da09974028349af683f2.tar.bz2 ChibiOS-11907c39a829e1ecef33da09974028349af683f2.zip |
STM32 CAN driver adapted to the new ISR names.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4320 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx')
-rw-r--r-- | os/hal/platforms/STM32F0xx/stm32_isr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F0xx/stm32_isr.h b/os/hal/platforms/STM32F0xx/stm32_isr.h index 408636b72..a62fbc3cc 100644 --- a/os/hal/platforms/STM32F0xx/stm32_isr.h +++ b/os/hal/platforms/STM32F0xx/stm32_isr.h @@ -37,6 +37,9 @@ * @name ISR names and numbers remapping
* @{
*/
+/*
+ * TIM units.
+ */
#define STM32_TIM1_UP_HANDLER TIM1_BRK_UP_TRG_COM_IRQHandler
#define STM32_TIM1_CC_HANDLER TIM1_CC_IRQHandler
#define STM32_TIM2_HANDLER TIM2_IRQHandler
|