Skip unsupported firmware check message in silent mode (#5765)

This commit is contained in:
Drashna Jaelre 2019-07-15 23:21:00 -07:00 committed by skullydazed
parent a5ecf14608
commit a71c461d03
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ check-size:
fi
else
check-size:
echo "(Firmware size check does not yet support $(MCU) microprocessors; skipping.)"
$(SILENT) || echo "(Firmware size check does not yet support $(MCU) microprocessors; skipping.)"
endif
# Create build directory