aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/ST/STM32F3xx/stm32f3xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ext/ST/STM32F3xx/stm32f3xx.h')
-rw-r--r--os/common/ext/ST/STM32F3xx/stm32f3xx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/os/common/ext/ST/STM32F3xx/stm32f3xx.h b/os/common/ext/ST/STM32F3xx/stm32f3xx.h
index bca50c7d1..012868e7c 100644
--- a/os/common/ext/ST/STM32F3xx/stm32f3xx.h
+++ b/os/common/ext/ST/STM32F3xx/stm32f3xx.h
@@ -2,8 +2,6 @@
******************************************************************************
* @file stm32f3xx.h
* @author MCD Application Team
- * @version V2.3.1
- * @date 16-December-2016
* @brief CMSIS STM32F3xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file that the application programmer
@@ -121,11 +119,11 @@
#endif /* USE_HAL_DRIVER */
/**
- * @brief CMSIS Device version number V2.3.1
+ * @brief CMSIS Device version number V2.3.2
*/
#define __STM32F3_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
#define __STM32F3_CMSIS_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
-#define __STM32F3_CMSIS_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
+#define __STM32F3_CMSIS_VERSION_SUB2 (0x02) /*!< [15:8] sub2 version */
#define __STM32F3_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __STM32F3_CMSIS_VERSION ((__STM32F3_CMSIS_VERSION_MAIN << 24)\
|(__STM32F3_CMSIS_VERSION_SUB1 << 16)\