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 2323ef9 commit b9d8091Copy full SHA for b9d8091
windows/mpconfigport.h
@@ -41,6 +41,8 @@
41
#define MICROPY_ENABLE_LEXER_UNIX (1)
42
#define MICROPY_ENABLE_MOD_CMATH (1)
43
#define MICROPY_MOD_SYS_STDFILES (1)
44
+#define MICROPY_MOD_SYS_EXIT (1)
45
+#define MICROPY_ENABLE_FROZENSET (1)
46
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
47
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
48
#define MICROPY_PORT_INIT_FUNC init()
0 commit comments