summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-17 10:24:29 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-17 10:24:29 +0000
commit781687c77280c96b4b240994a0a0e28cc959d269 (patch)
treedd4e7ac9811e033f45c9a316550564bf9918dcb9
parent6b144f62befe160d00ecd57d2b06d6ae3c8d60f0 (diff)
downloadmicropython-781687c77280c96b4b240994a0a0e28cc959d269.tar.gz
micropython-781687c77280c96b4b240994a0a0e28cc959d269.zip
stmhal: Remove unnecessary include.
-rw-r--r--stmhal/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/printf.c b/stmhal/printf.c
index fe2a82a37f..6fd06508ea 100644
--- a/stmhal/printf.c
+++ b/stmhal/printf.c
@@ -1,7 +1,6 @@
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
-#include <stm32f4xx_hal.h>
#include "std.h"
#include "misc.h"