Skip to content

Commit 19f716b

Browse files
committed
Fix: footprint size increased by 20B
1 parent ae1820c commit 19f716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ test-size-all:
990990
make keysclean
991991
make test-size SIGN=ED25519 LIMIT=11448 NO_ARM_ASM=1
992992
make keysclean
993-
make test-size SIGN=ECC256 LIMIT=17968 NO_ARM_ASM=1
993+
make test-size SIGN=ECC256 LIMIT=17988 NO_ARM_ASM=1
994994
make clean
995995
make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13512 NO_ARM_ASM=1
996996
make keysclean

0 commit comments

Comments
 (0)