summaryrefslogtreecommitdiffstatshomepage
path: root/stm/i2c.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/i2c.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/i2c.c')
-rw-r--r--stm/i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stm/i2c.c b/stm/i2c.c
index d4e4f18b0d..8503f26647 100644
--- a/stm/i2c.c
+++ b/stm/i2c.c
@@ -1,8 +1,6 @@
#include <stdio.h>
#include <stm32f4xx.h>
-#include <stm32f4xx_rcc.h>
-#include <stm32f4xx_gpio.h>
#include "misc.h"
#include "systick.h"