mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
218:44081b78fdc2
Parent:
205:c41fc65bcfb4
--- a/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F072RB/stm32f0xx_hal_usart.c	Tue May 27 13:00:07 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F072RB/stm32f0xx_hal_usart.c	Fri May 30 15:30:09 2014 +0100
@@ -3,7 +3,7 @@
   * @file    stm32f0xx_hal_usart.c
   * @author  MCD Application Team
   * @version V1.0.0
-  * @date    20-May-2014
+  * @date    28-May-2014
   * @brief   USART HAL module driver.
   *
   *          This file provides firmware functions to manage the following 
@@ -1450,8 +1450,6 @@
     
     if(--husart->RxXferCount == 0)
     { 
-      while(HAL_IS_BIT_SET(husart->Instance->ISR, USART_FLAG_RXNE));
-
       __HAL_USART_DISABLE_IT(husart, USART_IT_RXNE);      
 
       /* Disable the USART Parity Error Interrupt */