aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/stm32.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:39:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:39:26 +0000
commit11907c39a829e1ecef33da09974028349af683f2 (patch)
tree70f25e083bce99eb28c7970441bd855600d65b0d /os/hal/platforms/STM32/stm32.h
parenta41017aac10f2255f13ce45044f567b021eeb474 (diff)
downloadChibiOS-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/STM32/stm32.h')
-rw-r--r--os/hal/platforms/STM32/stm32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/platforms/STM32/stm32.h b/os/hal/platforms/STM32/stm32.h
index a872a2a00..eb64976cb 100644
--- a/os/hal/platforms/STM32/stm32.h
+++ b/os/hal/platforms/STM32/stm32.h
@@ -54,10 +54,6 @@
defined(__DOXYGEN__)
#include "stm32f10x.h"
-/* Resolving naming anomalies related to the STM32F1xx sub-family.*/
-#define CAN1_TX_IRQn USB_HP_CAN1_TX_IRQn
-#define CAN1_RX0_IRQn USB_LP_CAN1_RX0_IRQn
-
#elif defined(STM32F2XX)
#include "stm32f2xx.h"