aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 06:33:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 06:33:02 +0000
commit6d51da4e5030107bb5a608a31c48e79ed92891ab (patch)
treeaf2ff132c81a00621895aec46cea0870f925c247 /os/hal/platforms/STM32F1xx
parent175612822f76d4e0d8b8ab354678e9767ec40214 (diff)
downloadChibiOS-6d51da4e5030107bb5a608a31c48e79ed92891ab.tar.gz
ChibiOS-6d51da4e5030107bb5a608a31c48e79ed92891ab.tar.bz2
ChibiOS-6d51da4e5030107bb5a608a31c48e79ed92891ab.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4340 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/stm32_isr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_isr.h b/os/hal/platforms/STM32F1xx/stm32_isr.h
index 5f34f07d9..27e837ce8 100644
--- a/os/hal/platforms/STM32F1xx/stm32_isr.h
+++ b/os/hal/platforms/STM32F1xx/stm32_isr.h
@@ -52,7 +52,7 @@
#define STM32_CAN1_TX_NUMBER USB_HP_CAN1_TX_IRQn
#define STM32_CAN1_RX0_NUMBER USB_LP_CAN1_RX0_IRQn
#define STM32_CAN1_RX1_NUMBER CAN1_RX1_IRQn
-#define STM32_CAN1_SCE_NUMBER CAN2_SCE_IRQn
+#define STM32_CAN1_SCE_NUMBER CAN1_SCE_IRQn
#define STM32_CAN2_TX_NUMBER CAN2_TX_IRQn
#define STM32_CAN2_RX0_NUMBER CAN2_RX0_IRQn
#define STM32_CAN2_RX1_NUMBER CAN2_RX1_IRQn