test

Fork of CANnucleo by Zoltan Hudak

Revision:
14:0344705e6fb8
Parent:
6:c5a40d5fd9f1
Child:
21:bcd8161f8f6c
diff -r a3e2be3d49a2 -r 0344705e6fb8 stm32f1xx_hal_msp.h
--- a/stm32f1xx_hal_msp.h	Wed Dec 23 10:37:01 2015 +0000
+++ b/stm32f1xx_hal_msp.h	Sun Dec 27 09:02:47 2015 +0000
@@ -36,6 +36,8 @@
 #ifndef stm32f1xx_hal_H
 #define stm32f1xx_hal_H
 
+#define CAN_IRQ  USB_LP_CAN1_RX0_IRQn
+
 #include "pinmap.h"
 
 typedef struct can_s    can_t;
@@ -92,4 +94,4 @@
 
 #endif
 
-#endif
\ No newline at end of file
+#endif