Thanks to visit codestin.com Credit goes to github.com
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.
2 parents ee7a880 + b9d8091 commit 96b6285Copy full SHA for 96b6285
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