From 0ecd5988a24aaa72415d83961327fc034cfe64a2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 28 Jan 2015 00:59:27 +0000 Subject: stmhal: Remove unnecessary #include "systick.h" from pyexec.c. Makes pyexec.c more re-usable for other ports. --- stmhal/pyexec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/pyexec.c') diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 761372109a..1563dc8e4a 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -38,7 +38,6 @@ #ifdef MICROPY_HAL_H #include MICROPY_HAL_H #endif -#include "systick.h" #include "readline.h" #include "pyexec.h" #include "pybstdio.h" -- cgit v1.2.3