diff options
Diffstat (limited to 'targets/pico.json')
-rw-r--r-- | targets/pico.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/pico.json b/targets/pico.json index 88aec23d0..cfc205656 100644 --- a/targets/pico.json +++ b/targets/pico.json @@ -4,6 +4,7 @@ ], "build-tags": ["pico"], "serial-port": ["2e8a:000A"], + "default-stack-size": 8192, "ldflags": [ "--defsym=__flash_size=2048K" ], |