diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-27 23:52:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-27 23:52:47 +0000 |
commit | 42647e64db811ec0967eae6576fc6b0028aabfdb (patch) | |
tree | ae24c226a92af3811f6015c40147fc7e6b2ce39c | |
parent | c674f02d5c1deca3ed75763fb6261da5edb9ecbd (diff) | |
download | micropython-42647e64db811ec0967eae6576fc6b0028aabfdb.tar.gz micropython-42647e64db811ec0967eae6576fc6b0028aabfdb.zip |
stm: Remove unneccesary include of mpconfigport (already in mpconfig).
-rw-r--r-- | stm/printf.c | 1 |
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" |