diff options
Diffstat (limited to 'os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h')
-rw-r--r-- | os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h b/os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h index 8ae04cdd6..e432a4bc8 100644 --- a/os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h +++ b/os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h @@ -2,8 +2,6 @@ ******************************************************************************
* @file stm32f0xx.h
* @author MCD Application Team
- * @version V2.2.3
- * @date 29-January-2016
* @brief CMSIS STM32F0xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file that the application programmer
@@ -112,11 +110,11 @@ #endif /* USE_HAL_DRIVER */
/**
- * @brief CMSIS Device version number V2.2.3
+ * @brief CMSIS Device version number V2.3.2
*/
#define __STM32F0_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
-#define __STM32F0_DEVICE_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
-#define __STM32F0_DEVICE_VERSION_SUB2 (0x03) /*!< [15:8] sub2 version */
+#define __STM32F0_DEVICE_VERSION_SUB1 (0x03) /*!< [23:16] sub1 version */
+#define __STM32F0_DEVICE_VERSION_SUB2 (0x02) /*!< [15:8] sub2 version */
#define __STM32F0_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __STM32F0_DEVICE_VERSION ((__STM32F0_DEVICE_VERSION_MAIN << 24)\
|(__STM32F0_DEVICE_VERSION_SUB1 << 16)\
|