You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07: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