test

Fork of CANnucleo by Zoltan Hudak

Revision:
21:bcd8161f8f6c
Parent:
14:0344705e6fb8
--- a/stm32f1xx_hal_msp.h	Sat Mar 19 21:16:10 2016 +0000
+++ b/stm32f1xx_hal_msp.h	Thu May 19 17:16:59 2016 +0000
@@ -40,8 +40,6 @@
 
 #include "pinmap.h"
 
-typedef struct can_s    can_t;
-
 #ifdef __cplusplus
 extern "C"
 {
@@ -55,7 +53,7 @@
   * @param  abom: Automatic recovery from bus-off state
   * @retval None
   */
-void initCAN(can_t* obj, PinName rxPin, PinName txPin, FunctionalState abom);
+void initCAN(PinName rxPin, PinName txPin, FunctionalState abom);
 
 /**
   * @brief  CAN MSP Initialization
@@ -95,3 +93,5 @@
 #endif
 
 #endif
+
+