Added default IMAGE_HDR_SIZE for ECC256

pull/186/head
Daniele 2022-03-23 22:44:20 +01:00
parent fd2d2b013e
commit c4acbbe59a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ ifeq ($(SIGN),ECC256)
STACK_USAGE=3896
endif
PUBLIC_KEY_OBJS=./src/ecc256_pub_key.o
IMAGE_HEADER_SIZE?=256
endif
ifeq ($(SIGN),ED25519)