1 parent df48f46 commit 344bfbbCopy full SHA for 344bfbb
1 file changed
zephyr/mpconfigport_minimal.h
@@ -27,6 +27,8 @@
27
28
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
29
#include "autoconf.h"
30
+// Included here to get basic Zephyr environment (macros, etc.)
31
+#include <zephyr.h>
32
33
// Usually passed from Makefile
34
#ifndef MICROPY_HEAP_SIZE
0 commit comments