aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h')
-rw-r--r--os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h b/os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h
index c0c409560..7fd1727fd 100644
--- a/os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h
+++ b/os/common/ext/CMSIS/ST/STM32L1xx/stm32l1xx.h
@@ -2,8 +2,8 @@
******************************************************************************
* @file stm32l1xx.h
* @author MCD Application Team
- * @version V2.1.1
- * @date 31-March-2015
+ * @version 21-April-2017
+ * @date V2.2.1
* @brief CMSIS STM32L1xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file that the application programmer
@@ -18,7 +18,7 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+ * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -118,16 +118,16 @@
#endif /* USE_HAL_DRIVER */
/**
- * @brief CMSIS Device version number V2.1.1
+ * @brief CMSIS Device version number
*/
-#define __STM32L1xx_CMSIS_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */
-#define __STM32L1xx_CMSIS_DEVICE_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */
-#define __STM32L1xx_CMSIS_DEVICE_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
-#define __STM32L1xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
-#define __STM32L1xx_CMSIS_DEVICE_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\
- |(__CMSIS_DEVICE_HAL_VERSION_SUB1 << 16)\
- |(__CMSIS_DEVICE_HAL_VERSION_SUB2 << 8 )\
- |(__CMSIS_DEVICE_HAL_VERSION_RC))
+#define __STM32L1xx_CMSIS_VERSION_MAIN (0x02) /*!< [31:24] main version */
+#define __STM32L1xx_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
+#define __STM32L1xx_CMSIS_VERSION_SUB2 (0x01) /*!< [15:8] sub2 version */
+#define __STM32L1xx_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
+#define __STM32L1xx_CMSIS_VERSION ((__STM32L1xx_CMSIS_VERSION_MAIN << 24)\
+ |(__STM32L1xx_CMSIS_VERSION_SUB1 << 16)\
+ |(__STM32L1xx_CMSIS_VERSION_SUB2 << 8 )\
+ |(__STM32L1xx_CMSIS_VERSION_RC))
/**
* @}