mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
218:44081b78fdc2
Parent:
205:c41fc65bcfb4
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F072RB/stm32f0xx_hal_uart.c	Tue May 27 13:00:07 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F072RB/stm32f0xx_hal_uart.c	Fri May 30 15:30:09 2014 +0100
@@ -3,7 +3,7 @@
   * @file    stm32f0xx_hal_uart.c
   * @author  MCD Application Team
   * @version V1.0.0
-  * @date    20-May-2014
+  * @date    28-May-2014
   * @brief   UART HAL module driver.
   *    
   *          This file provides firmware functions to manage the following 
@@ -1316,9 +1316,6 @@
     
     if(--huart->RxXferCount == 0)
     {
-      while(HAL_IS_BIT_SET(huart->Instance->ISR, UART_FLAG_RXNE))
-      {
-      }
       __HAL_UART_DISABLE_IT(huart, UART_IT_RXNE);
       
       /* Check if a transmit Process is ongoing or not */