mirror of
https://github.com/danbee/unicorn
synced 2026-06-21 15:12:22 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
import cppmem
|
|
# Switch C++ memory allocations to use MicroPython's heap
|
|
cppmem.set_mode(cppmem.MICROPYTHON)
|