Skip to content

Commit

Permalink
Skip unsupported firmware check message in silent mode (qmk#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and skullydazed committed Jul 16, 2019
1 parent a5ecf14 commit a71c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a71c461

Please sign in to comment.