stmhal: Remove unnecessary #include "systick.h" from pyexec.c.

Makes pyexec.c more re-usable for other ports.
pull/1087/head
Damien George 2015-01-28 00:59:27 +00:00
rodzic e9995bdea2
commit 0ecd5988a2
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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"