summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'atmel-samd/main.c')
-rw-r--r--atmel-samd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/main.c b/atmel-samd/main.c
index d84c44f86..b3cfa69fd 100644
--- a/atmel-samd/main.c
+++ b/atmel-samd/main.c
@@ -117,7 +117,7 @@ void init_flash_fs(void) {
MP_STATE_PORT(vfs_cur) = vfs;
}
-static char heap[16384];
+static char heap[16384 + 4096];
void reset_mp(void) {
reset_status_led();