We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090300d commit 4d356e8Copy full SHA for 4d356e8
ports/windows/variants/dev/manifest.py
@@ -1 +1,2 @@
1
include("$(PORT_DIR)/variants/manifest.py")
2
+include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
ports/windows/variants/dev/mpconfigvariant.h
@@ -36,3 +36,7 @@
36
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
37
#define MICROPY_PY_BUILTINS_SLICE_INDICES (1)
38
#define MICROPY_PY_USELECT (1)
39
+
40
+#ifndef MICROPY_PY_UASYNCIO
41
+#define MICROPY_PY_UASYNCIO (1)
42
+#endif
0 commit comments