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"