mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
windows/mpconfigport.h: Enable help and help("modules").
Following a similar change to the unix port in
6430cd3e02
This commit is contained in:
@@ -76,6 +76,8 @@
|
||||
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
|
||||
#define MICROPY_PY_BUILTINS_INPUT (1)
|
||||
#define MICROPY_PY_BUILTINS_POW3 (1)
|
||||
#define MICROPY_PY_BUILTINS_HELP (1)
|
||||
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
|
||||
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
|
||||
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
|
||||
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
|
||||
|
||||
Reference in New Issue
Block a user