Skip unsupported firmware check message in silent mode (#5765)
This commit is contained in:
parent
a5ecf14608
commit
a71c461d03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue