diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 761372109a21f25514a00c83ebda1277de4bf7f7..1563dc8e4a0ee410e479c4bc2641634388efd0cb 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"