diff --git a/atmel-samd/main.c b/atmel-samd/main.c index d84c44f866..b3cfa69fdd 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();