mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Revision:
123:b0220dba8be7
Parent:
122:f9eeca106725
--- a/TARGET_NUCLEO_F303K8/stm32f3xx_hal_can.h	Thu Jul 07 14:34:11 2016 +0100
+++ b/TARGET_NUCLEO_F303K8/stm32f3xx_hal_can.h	Fri Aug 12 13:04:35 2016 +0200
@@ -2,8 +2,8 @@
   ******************************************************************************
   * @file    stm32f3xx_hal_can.h
   * @author  MCD Application Team
-  * @version V1.2.1
-  * @date    29-April-2015
+  * @version V1.3.0
+  * @date    01-July-2016
   * @brief   Header file of CAN HAL module.
   ******************************************************************************
   * @attention
@@ -239,7 +239,7 @@
   __IO HAL_CAN_StateTypeDef   State;      /*!< CAN communication state        */
   
   __IO uint32_t               ErrorCode;  /*!< CAN Error code                 
-                                               This parameter can be a value of @ref HAL_CAN_Error_Code */
+                                               This parameter can be a value of @ref CAN_Error_Code */
   
 }CAN_HandleTypeDef;
 /**
@@ -252,7 +252,7 @@
   * @{
   */
 
-/** @defgroup HAL_CAN_Error_Code CAN Error Code
+/** @defgroup CAN_Error_Code CAN Error Code
   * @{
   */
 #define HAL_CAN_ERROR_NONE          ((uint32_t)0x00000000)  /*!< No error             */