diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 11:39:03 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-01 11:39:03 +0000 |
commit | abd118ef2d74d46717a95f0c3309237fc3c1f170 (patch) | |
tree | f121c7493b5d5eab2e74382d29de3e70199d67fe /os/common/ext/CMSIS/ST/STM32F0xx/stm32f0xx.h | |
parent | 1a8b8148935f8c05f51145d25272e4f46e341a63 (diff) | |
download | ChibiOS-abd118ef2d74d46717a95f0c3309237fc3c1f170.tar.gz ChibiOS-abd118ef2d74d46717a95f0c3309237fc3c1f170.tar.bz2 ChibiOS-abd118ef2d74d46717a95f0c3309237fc3c1f170.zip |
Updated CMSIS headers for STM32 MCUs
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10267 35acf78f-673a-0410-8e92-d51de3d6d3f4
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)\
|