Skip to content
Snippets Groups Projects
Commit bf19586c authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

stmhal: Include MICROPY_HAL_H only if defined.

Helps other ports.
parent 6efa66f1
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,9 @@ ...@@ -42,7 +42,9 @@
#include "repl.h" #include "repl.h"
#include "gc.h" #include "gc.h"
#include "gccollect.h" #include "gccollect.h"
#ifdef MICROPY_HAL_H
#include MICROPY_HAL_H #include MICROPY_HAL_H
#endif
#include "systick.h" #include "systick.h"
#include "readline.h" #include "readline.h"
#include "pyexec.h" #include "pyexec.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment