Skip to content

Commit

Permalink
Correct ext_xmss stack usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Apr 9, 2024
1 parent 3e7b2f6 commit b2bd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ ifeq ($(SIGN),ext_XMSS)
ifeq ($(WOLFBOOT_SMALL_STACK),1)
$(error WOLFBOOT_SMALL_STACK with XMSS not supported)
else
STACK_USAGE=2704
STACK_USAGE=2712
endif
endif

Expand Down

0 comments on commit b2bd8ab

Please sign in to comment.