mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
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
|
fi
|
||||||
else
|
else
|
||||||
check-size:
|
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
|
endif
|
||||||
|
|
||||||
# Create build directory
|
# Create build directory
|
||||||
|
|
Loading…
Reference in a new issue