From 42647e64db811ec0967eae6576fc6b0028aabfdb Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 27 Jan 2014 23:52:47 +0000 Subject: [PATCH] stm: Remove unneccesary include of mpconfigport (already in mpconfig). --- stm/printf.c | 1 - 1 file changed, 1 deletion(-) 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"