From 4305304da45b41708a50277b80420f65a5db8557 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Thu, 13 Jun 2024 15:12:31 +0200 Subject: [PATCH] Update LNX min stack size with correct value --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index aba35df4..648711a5 100755 --- a/app/Makefile +++ b/app/Makefile @@ -71,7 +71,7 @@ endif ifeq ($(TARGET_NAME),TARGET_NANOS) APP_STACK_MIN_SIZE := 1600 else - APP_STACK_MIN_SIZE := 3800 + APP_STACK_MIN_SIZE := 1752 endif include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.platform