diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-15 09:19:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-15 09:19:43 +0000 |
commit | 0aa3fea6042e656743fc5206f9e06373ddbc29f0 (patch) | |
tree | 1bce73086822a22a3cb512207e56113a373546f5 /os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h | |
parent | 88d9233985b932ad12b54af44a7496a14145f17c (diff) | |
download | ChibiOS-0aa3fea6042e656743fc5206f9e06373ddbc29f0.tar.gz ChibiOS-0aa3fea6042e656743fc5206f9e06373ddbc29f0.tar.bz2 ChibiOS-0aa3fea6042e656743fc5206f9e06373ddbc29f0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8602 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h')
-rw-r--r-- | os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h b/os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h index a95324e63..edaf6b5e3 100644 --- a/os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h +++ b/os/ext/CMSIS/ST/STM32F4xx/system_stm32f4xx.h @@ -2,13 +2,13 @@ ******************************************************************************
* @file system_stm32f4xx.h
* @author MCD Application Team
- * @version V2.1.0
- * @date 19-June-2014
+ * @version V2.4.2
+ * @date 13-November-2015
* @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
******************************************************************************
* @attention
*
- * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
+ * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
|