Skip to content

Commit

Permalink
setting APP_MIN_STACK_SIZE for all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed May 16, 2024
1 parent a8de8c3 commit 0c63112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif

ifeq ($(TARGET_NAME),TARGET_NANOS)
APP_STACK_MIN_SIZE := 1600
else ifeq ($(TARGET_NAME),TARGET_NANOX)
else
APP_STACK_MIN_SIZE := 3800
endif

Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=35
# This is the patch version of this release
APPVERSION_P=21
APPVERSION_P=22

0 comments on commit 0c63112

Please sign in to comment.