Skip to content

Commit a9a0862

Browse files
committed
windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.
1 parent 89deec0 commit a9a0862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
5252
#define MICROPY_PY_BUILTINS_FROZENSET (1)
5353
#define MICROPY_PY_BUILTINS_COMPILE (1)
54+
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
5455
#define MICROPY_PY_SYS_EXIT (1)
5556
#define MICROPY_PY_SYS_PLATFORM "win32"
5657
#define MICROPY_PY_SYS_MAXSIZE (1)

0 commit comments

Comments
 (0)