Adjusted stack size for ECC256

pull/201/head
Daniele Lacamera 2022-05-04 14:40:27 +02:00
parent e3a9b335c8
commit 082a7b2fb2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ifeq ($(SIGN),ECC256)
else ifneq ($(SPMATH),1)
STACK_USAGE=5008
else
STACK_USAGE=3896
STACK_USAGE=3952
endif
PUBLIC_KEY_OBJS=./src/ecc256_pub_key.o
ifeq ($(shell test $(IMAGE_HEADER_SIZE) -lt 256; echo $$?),0)