Skip to content

Commit 91d4cdb

Browse files
dhalberttannewt
authored andcommitted
Increase heap size at the expense of stack size, from 16k to 16k+4k.
1 parent 13cb4aa commit 91d4cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atmel-samd/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void init_flash_fs(void) {
117117
MP_STATE_PORT(vfs_cur) = vfs;
118118
}
119119

120-
static char heap[16384];
120+
static char heap[16384 + 4096];
121121

122122
void reset_mp(void) {
123123
reset_status_led();

0 commit comments

Comments
 (0)