stmhal: Include MICROPY_HAL_H only if defined.
Helps other ports.
This commit is contained in:
parent
6efa66f125
commit
bf19586c53
@ -42,7 +42,9 @@
|
||||
#include "repl.h"
|
||||
#include "gc.h"
|
||||
#include "gccollect.h"
|
||||
#ifdef MICROPY_HAL_H
|
||||
#include MICROPY_HAL_H
|
||||
#endif
|
||||
#include "systick.h"
|
||||
#include "readline.h"
|
||||
#include "pyexec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user