8000 windows/mpconfigport.h: Enable help and help("modules"). · micropython/micropython@e5f9e2f · GitHub
[go: up one dir, main page]

Skip to content

Commit e5f9e2f

Browse files
retsyodpgeorge
authored andcommitted
windows/mpconfigport.h: Enable help and help("modules").
Following a similar change to the unix port in 6430cd3
1 parent a4c0f52 commit e5f9e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/windows/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
7777
#define MICROPY_PY_BUILTINS_INPUT (1)
7878
#define MICROPY_PY_BUILTINS_POW3 (1)
79+
#define MICROPY_PY_BUILTINS_HELP (1)
80+
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
7981
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
8082
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
8183
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)

0 commit comments

Comments
 (0)
0