Skip to content
Snippets Groups Projects
Commit a9a08620 authored by Damien George's avatar Damien George
Browse files

windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.

parent 89deec0b
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
#define MICROPY_PY_SYS_EXIT (1)
#define MICROPY_PY_SYS_PLATFORM "win32"
#define MICROPY_PY_SYS_MAXSIZE (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment