aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/ST/STM32H7xx/stm32h7xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ext/ST/STM32H7xx/stm32h7xx.h')
-rw-r--r--os/common/ext/ST/STM32H7xx/stm32h7xx.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/os/common/ext/ST/STM32H7xx/stm32h7xx.h b/os/common/ext/ST/STM32H7xx/stm32h7xx.h
index 2f85befdc..578ede906 100644
--- a/os/common/ext/ST/STM32H7xx/stm32h7xx.h
+++ b/os/common/ext/ST/STM32H7xx/stm32h7xx.h
@@ -2,8 +2,8 @@
******************************************************************************
* @file stm32h7xx.h
* @author MCD Application Team
- * @version V1.0.0
- * @date 21-April-2017
+ * @version V1.1.0
+ * @date 31-August-2017
* @brief CMSIS STM32H7xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file that the application programmer
@@ -94,16 +94,16 @@
#endif /* USE_HAL_DRIVER */
/**
- * @brief CMSIS Device version number V1.0.0
+ * @brief CMSIS Device version number V1.1.0
*/
#define __STM32H7xx_CMSIS_DEVICE_VERSION_MAIN (0x01) /*!< [31:24] main version */
-#define __STM32H7xx_CMSIS_DEVICE_VERSION_SUB1 (0x00) /*!< [23:16] sub1 version */
+#define __STM32H7xx_CMSIS_DEVICE_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */
#define __STM32H7xx_CMSIS_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
#define __STM32H7xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __STM32H7xx_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))
+ |(__CMSIS_DEVICE_HAL_VERSION_SUB1 << 16)\
+ |(__CMSIS_DEVICE_HAL_VERSION_SUB2 << 8 )\
+ |(__CMSIS_DEVICE_HAL_VERSION_RC))
/**
* @}
@@ -177,7 +177,7 @@ typedef enum
*/
#if defined (USE_HAL_DRIVER)
- #include "stm32h7xx_hal_conf.h"
+ #include "stm32h7xx_hal.h"
#endif /* USE_HAL_DRIVER */