Working fork to test F0 application

Dependents:   ppCANOpen_Example

Fork of CANnucleo by Zoltan Hudak

Revision:
7:62684572ae9c
Parent:
6:c5a40d5fd9f1
Child:
11:439f3a34c42e
diff -r c5a40d5fd9f1 -r 62684572ae9c stm32f1xx_hal_msp.c
--- a/stm32f1xx_hal_msp.c	Fri Oct 23 19:45:00 2015 +0000
+++ b/stm32f1xx_hal_msp.c	Fri Oct 23 19:51:51 2015 +0000
@@ -67,7 +67,7 @@
     _canHandle.pRxMsg = &_canRxMsg;
 
     _canHandle.Init.TTCM = DISABLE;
-    _canHandle.Init.ABOM = DISABLE;
+    _canHandle.Init.ABOM = abom;
     _canHandle.Init.AWUM = DISABLE;
     _canHandle.Init.NART = DISABLE;
     _canHandle.Init.RFLM = DISABLE;
@@ -247,4 +247,3 @@
     // Enable FIFO 0 message pending Interrupt
     __HAL_CAN_ENABLE_IT(_canHandle, CAN_IT_FMP0);
 }
-