Browse Source

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

pull/6341/head 0.6.424
Drashna Jaelre 4 years ago
committed by skullydazed
parent
commit
a71c461d03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/rules.mk

+ 1
- 1
tmk_core/rules.mk 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


Loading…
Cancel
Save