From ce15b26a40eae75f1e94b1ff83fd7b03f75abca8 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Sun, 21 Apr 2024 17:51:26 -0700 Subject: [PATCH] reduce stack size --- application.fam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.fam b/application.fam index 588798e..759b4dc 100644 --- a/application.fam +++ b/application.fam @@ -9,7 +9,7 @@ App( requires=[ "gui", "storage", "nfc", ], - stack_size=7 * 1024, + stack_size=5 * 1024, order=20, sources=[ "*.c",