Working fork to test F0 application

Dependents:   ppCANOpen_Example

Fork of CANnucleo by Zoltan Hudak

Revision:
14:0344705e6fb8
Parent:
12:c45310ff2233
Child:
16:f4c8f45bded9
diff -r a3e2be3d49a2 -r 0344705e6fb8 stm32f1xx_hal_msp.c
--- a/stm32f1xx_hal_msp.c	Wed Dec 23 10:37:01 2015 +0000
+++ b/stm32f1xx_hal_msp.c	Sun Dec 27 09:02:47 2015 +0000
@@ -39,7 +39,7 @@
   ******************************************************************************
   */
 #if defined(TARGET_NUCLEO_F103RB)
-#include "stm32f1xx_hal.h"
+
 #include "can_api.h"
 #include "pinmap.h"
 
@@ -63,7 +63,7 @@
     _rxPin = rxPin;
     _txPin = txPin;
 
-    _canHandle.Instance = ((CAN_TypeDef *) CAN1_BASE);
+    _canHandle.Instance = ((CAN_TypeDef*)CAN1_BASE);
     _canHandle.pTxMsg = &_canTxMsg;
     _canHandle.pRxMsg = &_canRxMsg;