1
0
mirror of https://github.com/danbee/unicorn synced 2026-06-21 15:12:22 +00:00
unicorn/firmware/PIMORONI_GALACTIC_UNICORN/lib/boot.py
2023-05-09 11:37:05 +01:00

4 lines
108 B
Python

import cppmem
# Switch C++ memory allocations to use MicroPython's heap
cppmem.set_mode(cppmem.MICROPYTHON)