Skip to content

Commit 0ecd598

Browse files
committed
stmhal: Remove unnecessary #include "systick.h" from pyexec.c.
Makes pyexec.c more re-usable for other ports.
1 parent e9995bd commit 0ecd598

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stmhal/pyexec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#ifdef MICROPY_HAL_H
3939
#include MICROPY_HAL_H
4040
#endif
41-
#include "systick.h"
4241
#include "readline.h"
4342
#include "pyexec.h"
4443
#include "pybstdio.h"

0 commit comments

Comments
 (0)