mirror of
https://github.com/micropython/micropython.git
synced 2026-01-19 02:17:22 +01:00
stmhal: Include MICROPY_HAL_H only if defined.
Helps other ports.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user