summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lib/stm32f4xx_sdio.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-19 17:40:35 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-19 17:40:35 +0000
commitb2ebb161d494864cdbee05ee8b74a775845e238e (patch)
tree26b91e9c0570fc1ff94ee89221e62fec828458e5 /stm/lib/stm32f4xx_sdio.c
parent127775381282c854031302173eedbd5046eb1601 (diff)
downloadmicropython-b2ebb161d494864cdbee05ee8b74a775845e238e.tar.gz
micropython-b2ebb161d494864cdbee05ee8b74a775845e238e.zip
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Diffstat (limited to 'stm/lib/stm32f4xx_sdio.c')
-rw-r--r--stm/lib/stm32f4xx_sdio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/stm/lib/stm32f4xx_sdio.c b/stm/lib/stm32f4xx_sdio.c
index 8ee5d55b89..aead846a1d 100644
--- a/stm/lib/stm32f4xx_sdio.c
+++ b/stm/lib/stm32f4xx_sdio.c
@@ -2,8 +2,8 @@
******************************************************************************
* @file stm32f4xx_sdio.c
* @author MCD Application Team
- * @version V1.1.0
- * @date 11-January-2013
+ * @version V1.3.0
+ * @date 08-November-2013
* @brief This file provides firmware functions to manage the following
* functionalities of the Secure digital input/output interface (SDIO)
* peripheral:
@@ -153,7 +153,6 @@
*/
/* Includes ------------------------------------------------------------------*/
-#include "stm32f4xx_conf.h"
#include "stm32f4xx_sdio.h"
#include "stm32f4xx_rcc.h"