mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
lower stack sizes for apps
This commit is contained in:
parent
177fabe50c
commit
f94517fdab
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ App(
|
|||
entry_point="arkanoid_game_app",
|
||||
cdefines=["APP_ARKANOID_GAME"],
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
stack_size=1 * 1024,
|
||||
order=30,
|
||||
)
|
||||
|
|
|
@ -6,6 +6,6 @@ App(
|
|||
cdefines=["APP_SPECTRUM_ANALYZER"],
|
||||
requires=["gui"],
|
||||
icon="A_SpectrumAnalyzer_14",
|
||||
stack_size=4 * 1024,
|
||||
stack_size=2 * 1024,
|
||||
order=12,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue