summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-27 23:52:47 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-27 23:52:47 +0000
commit42647e64db811ec0967eae6576fc6b0028aabfdb (patch)
treeae24c226a92af3811f6015c40147fc7e6b2ce39c
parentc674f02d5c1deca3ed75763fb6261da5edb9ecbd (diff)
downloadmicropython-42647e64db811ec0967eae6576fc6b0028aabfdb.tar.gz
micropython-42647e64db811ec0967eae6576fc6b0028aabfdb.zip
stm: Remove unneccesary include of mpconfigport (already in mpconfig).
-rw-r--r--stm/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/printf.c b/stm/printf.c
index 2669a55344..a0620018cc 100644
--- a/stm/printf.c
+++ b/stm/printf.c
@@ -6,7 +6,6 @@
#include "misc.h"
#include "systick.h"
#include "mpconfig.h"
-#include "mpconfigport.h"
#include "qstr.h"
#include "obj.h"
#include "lcd.h"