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 0ee256b commit 6430cd3Copy full SHA for 6430cd3
ports/unix/variants/dev/mpconfigvariant.h
@@ -31,6 +31,8 @@
31
#define MICROPY_VFS (1)
32
#define MICROPY_VFS_POSIX (1)
33
34
+#define MICROPY_PY_BUILTINS_HELP (1)
35
+#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
36
#define MICROPY_PY_SYS_SETTRACE (1)
37
#define MICROPY_PY_UOS_VFS (1)
38
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
ports/unix/variants/standard/mpconfigvariant.h
@@ -24,3 +24,5 @@
24
* THE SOFTWARE.
25
*/
26
27
28
0 commit comments