Skip to content

Commit

Permalink
reduce stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Apr 22, 2024
1 parent 460ace1 commit ce15b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ App(
requires=[
"gui", "storage", "nfc",
],
stack_size=7 * 1024,
stack_size=5 * 1024,
order=20,
sources=[
"*.c",
Expand Down

0 comments on commit ce15b26

Please sign in to comment.