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_irda.c	Tue May 27 13:00:07 2014 +0100
+++ b/targets/cmsis/TARGET_STM/TARGET_NUCLEO_F072RB/stm32f0xx_hal_irda.c	Fri May 30 15:30:09 2014 +0100
@@ -3,7 +3,7 @@
   * @file    stm32f0xx_hal_irda.c
   * @author  MCD Application Team
   * @version V1.0.0
-  * @date    20-May-2014
+  * @date    28-May-2014
   * @brief   IRDA HAL module driver.
   * 
   *          This file provides firmware functions to manage the following 
@@ -1000,9 +1000,6 @@
     
     if(--hirda->RxXferCount == 0)
     {
-      while(HAL_IS_BIT_SET(hirda->Instance->ISR, IRDA_FLAG_RXNE))
-      {
-      }
       __HAL_IRDA_DISABLE_IT(hirda, IRDA_IT_RXNE);
 
       if(hirda->State == HAL_IRDA_STATE_BUSY_TX_RX)