diff options
| author | Damien George | 2015-01-09 20:30:26 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-09 20:30:26 +0000 |
| commit | a9a08620781df8f16bebf3a7eac1783446d7767b (patch) | |
| tree | be1db471e4367accf56245e4bd462c528947bc0c | |
| parent | 89deec0bab0c6d960e75fcda1c9cc767b8a49661 (diff) | |
windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.
| -rw-r--r-- | windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index aede68e21..59d0dfa74 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -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) |
