mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
05740fd665
This board has 128k RAM, and its heap was originally 120k but commit
e84c9abfc2 changed that to 140k which will
not fit.
This commit reduces the heap down to 114k which allows enough room for the
remaining data/bss, a 10k heap and about 3k spare.
Signed-off-by: Damien George <damien@micropython.org>