summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/printf.c')
-rw-r--r--stmhal/printf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/stmhal/printf.c b/stmhal/printf.c
index 137189b94d..ca9b279cdb 100644
--- a/stmhal/printf.c
+++ b/stmhal/printf.c
@@ -29,17 +29,10 @@
#include <stdarg.h>
#include "mpconfig.h"
-#include "std.h"
#include "misc.h"
-#include "systick.h"
#include "qstr.h"
#include "obj.h"
#include "pfenv.h"
-#if 0
-#include "lcd.h"
-#endif
-#include "uart.h"
-#include "usb.h"
#include "pybstdio.h"
#if MICROPY_PY_BUILTINS_FLOAT