/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }

Fork of mbed by mbed official

Revision:
92:4fc01daae5a5
Parent:
84:0b3ab51c8877
--- a/TARGET_NUCLEO_L053R8/stm32l0xx_hal_lcd.h	Wed Oct 29 11:02:04 2014 +0000
+++ b/TARGET_NUCLEO_L053R8/stm32l0xx_hal_lcd.h	Thu Nov 27 13:33:22 2014 +0000
@@ -2,8 +2,8 @@
   ******************************************************************************
   * @file    stm32l0xx_hal_lcd.h
   * @author  MCD Application Team
-  * @version V1.0.0
-  * @date    22-April-2014
+  * @version V1.1.0
+  * @date    18-June-2014
   * @brief   Header file of LCD Controller HAL module.
   ******************************************************************************
   * @attention
@@ -138,7 +138,7 @@
 
 #define IS_LCD_ALL_INSTANCE(INSTANCE) ((INSTANCE) == LCD)
 
-/** @defgroup LCD_Prescaler 
+/** @defgroup LCD_Prescaler
   * @{
   */
 
@@ -180,7 +180,7 @@
   * @}
   */
   
-/** @defgroup LCD_Divider 
+/** @defgroup LCD_Divider
   * @{
   */
 
@@ -223,7 +223,7 @@
   */
 
 
-/** @defgroup LCD_Duty 
+/** @defgroup LCD_Duty
   * @{
   */
   
@@ -244,7 +244,7 @@
   */ 
   
 
-/** @defgroup LCD_Bias 
+/** @defgroup LCD_Bias
   * @{
   */
   
@@ -259,7 +259,7 @@
   * @}
   */ 
     
-/** @defgroup LCD_Voltage_Source 
+/** @defgroup LCD_Voltage_Source
   * @{
   */
   
@@ -273,7 +273,7 @@
   * @}
   */  
 
-/** @defgroup LCD_Interrupts 
+/** @defgroup LCD_Interrupts
   * @{
   */
 #define LCD_IT_SOF                      LCD_FCR_SOFIE
@@ -287,7 +287,7 @@
   * @}
   */
 
-/** @defgroup LCD_PulseOnDuration 
+/** @defgroup LCD_PulseOnDuration
   * @{
   */
 
@@ -313,7 +313,7 @@
   */
 
 
-/** @defgroup LCD_DeadTime 
+/** @defgroup LCD_DeadTime
   * @{
   */
 
@@ -338,7 +338,7 @@
   * @}
   */
 
-/** @defgroup LCD_BlinkMode 
+/** @defgroup LCD_BlinkMode
   * @{
   */
 
@@ -356,7 +356,7 @@
   * @}
   */    
 
-/** @defgroup LCD_BlinkFrequency 
+/** @defgroup LCD_BlinkFrequency
   * @{
   */
 
@@ -381,7 +381,7 @@
   * @}
   */
 
-/** @defgroup LCD_Contrast 
+/** @defgroup LCD_Contrast
   * @{
   */
 
@@ -406,7 +406,7 @@
   * @}
   */
       
-/** @defgroup LCD_Flag 
+/** @defgroup LCD_Flag
   * @{
   */
 
@@ -426,7 +426,7 @@
   * @}
   */   
 
-/** @defgroup LCD_RAMRegister 
+/** @defgroup LCD_RAMRegister
   * @{
   */
 
@@ -474,6 +474,10 @@
 
 /* Exported macro ------------------------------------------------------------*/
 
+/** @defgroup LCD_Exported_Macros
+  * @{
+  */
+
 /** @brief Reset LCD handle state
   * @param  __HANDLE__: specifies the LCD Handle.
   * @retval None
@@ -661,6 +665,10 @@
   */
 #define __HAL_LCD_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CLR = (__FLAG__))
 
+/**
+  * @}
+  */
+  
 /* Exported functions ------------------------------------------------------- */
 /* Initialization/de-initialization methods  **********************************/
 HAL_StatusTypeDef HAL_LCD_DeInit(LCD_HandleTypeDef *hlcd);