mirror of
https://github.com/bettse/seader.git
synced 2026-08-28 01:54:05 +00:00
reduce stack size
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ App(
|
||||
requires=[
|
||||
"gui", "storage", "nfc",
|
||||
],
|
||||
stack_size=7 * 1024,
|
||||
stack_size=5 * 1024,
|
||||
order=20,
|
||||
sources=[
|
||||
"*.c",
|
||||
|
||||
Reference in New Issue
Block a user