Working fork to test F0 application

Dependents:   ppCANOpen_Example

Fork of CANnucleo by Zoltan Hudak

Revision:
14:0344705e6fb8
Parent:
11:439f3a34c42e
Child:
16:f4c8f45bded9
diff -r a3e2be3d49a2 -r 0344705e6fb8 stm32f3xx_hal_msp.h
--- a/stm32f3xx_hal_msp.h	Wed Dec 23 10:37:01 2015 +0000
+++ b/stm32f3xx_hal_msp.h	Sun Dec 27 09:02:47 2015 +0000
@@ -36,6 +36,8 @@
 #ifndef stm32f3xx_hal_H
 #define stm32f3xx_hal_H
 
+#define CAN_IRQ  CAN_RX1_IRQn
+
 #include "pinmap.h"
 
 typedef struct can_s    can_t;