Skip to content

Commit

Permalink
enable micropython.mem_info()
Browse files Browse the repository at this point in the history
fixes #264
  • Loading branch information
josuah committed Sep 12, 2023
1 parent 2da79e3 commit 89dddf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
#define MICROPY_PY_ASYNCIO (1)
#define MICROPY_PY_IO_IOBASE (1)

#define MICROPY_PY_MEM_INFO (1)

#define MICROPY_MODULE_WEAK_LINKS (1)

#define MICROPY_PY_SELECT (1)
Expand Down

0 comments on commit 89dddf1

Please sign in to comment.