This commit is contained in:
Joel Challis 2025-07-24 19:20:16 -07:00 committed by GitHub
commit f1893e5b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,3 @@
ifneq (,$(filter $(MCU),atmega32u4))
# TODO: opt in rather than assume everything uses a pro micro
PIN_COMPATIBLE ?= promicro
endif
# Remove whitespace from any rule.mk provided vars
# - env cannot be overwritten but cannot have whitespace anyway
CONVERT_TO:=$(strip $(CONVERT_TO))