mimxrt: Enable built-in help.

This commit is contained in:
Philipp Ebensberger 2021-04-24 22:15:12 +02:00 committed by Damien George
parent ff5d39529c
commit c326d9a67b

View File

@ -58,6 +58,7 @@
#define MICROPY_PY_BUILTINS_FILTER (0)
#define MICROPY_PY_BUILTINS_REVERSED (1)
#define MICROPY_PY_BUILTINS_MIN_MAX (0)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY___FILE__ (0)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)