Skip to content

Commit

Permalink
Merge pull request #265 from brilliantlabsAR/mem_info
Browse files Browse the repository at this point in the history
enable micropython.mem_info()
  • Loading branch information
siliconwitch authored Sep 29, 2023
2 parents 2da79e3 + 488767f commit 9a36383
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_MICROPYTHON_MEM_INFO (1)

#define MICROPY_MODULE_WEAK_LINKS (1)

#define MICROPY_PY_SELECT (1)
Expand Down

0 comments on commit 9a36383

Please sign in to comment.