stmhal: Remove unnecessary #include "systick.h" from pyexec.c.
Makes pyexec.c more re-usable for other ports.
This commit is contained in:
parent
e9995bdea2
commit
0ecd5988a2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user