Skip to content

Commit a910b4d

Browse files
author
Paul Sokolovsky
committed
unix: Add stackless config settings, for easy access.
1 parent 6d05c88 commit a910b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unix/mpconfigport.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
#define MICROPY_PY_IO_FILEIO (1)
7777
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
7878

79+
#define MICROPY_STACKLESS (0)
80+
#define MICROPY_STACKLESS_STRICT (0)
81+
7982
#define MICROPY_PY_UCTYPES (1)
8083
#define MICROPY_PY_UZLIB (1)
8184
#define MICROPY_PY_UJSON (1)

0 commit comments

Comments
 (0)