test

Fork of CANnucleo by Zoltan Hudak

Revision:
19:249e3f065956
Parent:
16:f4c8f45bded9
Child:
21:bcd8161f8f6c
--- a/stm32f4xx_hal_msp.c	Tue Mar 08 08:47:57 2016 +0000
+++ b/stm32f4xx_hal_msp.c	Sat Mar 19 21:16:10 2016 +0000
@@ -190,7 +190,7 @@
 * @param  None
 * @retval None
 */
-void USB_LP_CAN_RX0_IRQHandler(void) {
+void CAN1_RX0_IRQHandler(void) {
     HAL_CAN_IRQHandler(&_canHandle);
 }
 
@@ -249,3 +249,4 @@
     __HAL_CAN_ENABLE_IT(_canHandle, CAN_IT_FMP0);
 }
 #endif
+