Remove converter assumption that everything is a promicro (#20330)
This commit is contained in:
parent
a3ecbc53f6
commit
da2c6a41d8
1 changed files with 0 additions and 5 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue