Commit 05740fd
committed
qemu/boards/NETDUINO2: Change heap size to 114k.
This board has 128k RAM, and its heap was originally 120k but commit
e84c9ab 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>1 parent ca85a1e commit 05740fd
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
0 commit comments