Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
106:ba1f97679dad
Parent:
99:dbbf35b96557
Child:
110:165afa46840b
diff -r 8ed44a420e5c -r ba1f97679dad TARGET_ARCH_MAX/stm32f4xx_hal_spi.h
--- a/TARGET_ARCH_MAX/stm32f4xx_hal_spi.h	Tue Aug 18 12:47:28 2015 +0100
+++ b/TARGET_ARCH_MAX/stm32f4xx_hal_spi.h	Wed Sep 02 14:17:43 2015 +0100
@@ -2,8 +2,8 @@
   ******************************************************************************
   * @file    stm32f4xx_hal_spi.h
   * @author  MCD Application Team
-  * @version V1.3.0
-  * @date    09-March-2015
+  * @version V1.3.2
+  * @date    26-June-2015
   * @brief   Header file of SPI HAL module.
   ******************************************************************************
   * @attention
@@ -173,7 +173,7 @@
 #define HAL_SPI_ERROR_OVR          ((uint32_t)0x00000004)   /*!< OVR error            */
 #define HAL_SPI_ERROR_FRE          ((uint32_t)0x00000008)   /*!< FRE error            */
 #define HAL_SPI_ERROR_DMA          ((uint32_t)0x00000010)   /*!< DMA transfer error   */
-#define HAL_SPI_ERROR_FLAG         ((uint32_t)0x00000010)   /*!< Flag: RXNE,TXE, BSY  */
+#define HAL_SPI_ERROR_FLAG         ((uint32_t)0x00000020)   /*!< Flag: RXNE,TXE, BSY  */
 /**
   * @}
   */