diff options
-rw-r--r-- | zephyr/mpconfigport_minimal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/mpconfigport_minimal.h b/zephyr/mpconfigport_minimal.h index 459b0816ca..04383f6e32 100644 --- a/zephyr/mpconfigport_minimal.h +++ b/zephyr/mpconfigport_minimal.h @@ -27,6 +27,8 @@ // Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles #include "autoconf.h" +// Included here to get basic Zephyr environment (macros, etc.) +#include <zephyr.h> // Usually passed from Makefile #ifndef MICROPY_HEAP_SIZE |