1
0
Fork 0

Move "firmware size check skipped" note to message.mk (#14632)

This commit is contained in:
Ryan 2021-09-29 06:08:46 +10:00 committed by GitHub
parent 705cd433c2
commit 873a1999bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -484,7 +484,7 @@ check-size:
fi
else
check-size:
$(SILENT) || echo "(Firmware size check does not yet support $(MCU) microprocessors; skipping.)"
$(SILENT) || echo "$(MSG_CHECK_FILESIZE_SKIPPED)"
endif
check-md5: