nrf5: Adding micropython mem_info() to be included in mpconfigport.h.

This commit is contained in:
Glenn Ruben Bakke 2017-01-15 22:42:49 +01:00
parent 5618be883b
commit 8603fc833f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
#define MICROPY_PY_BUILTINS_EXECFILE (0)
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (0)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (0)
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
#define MICROPY_PY_SYS_EXIT (1)