update size to fix macos ci

This commit is contained in:
hathach
2023-03-06 10:33:04 +07:00
parent 0a1a61bb6c
commit 956d1c9c4e
2 changed files with 10 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ ifdef USE_IAR
AS = iasmarm
LD = ilinkarm
OBJCOPY = ielftool
SIZE = echo "size not available for IAR"
SIZE = size
else
CC = $(CROSS_COMPILE)gcc