diff options
| author | Joel Challis <git@zvecr.com> | 2025-08-15 09:13:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 09:13:13 +0100 |
| commit | da2c6a41d815200312c72040642b60cee2842eee (patch) | |
| tree | 95337976fceb06295d5d01a4797656b3c73267c4 /builddefs/converters.mk | |
| parent | a3ecbc53f60e2e262a0df5e34a89ca6eeb17dd48 (diff) | |
Remove converter assumption that everything is a promicro (#20330)
Diffstat (limited to 'builddefs/converters.mk')
| -rw-r--r-- | builddefs/converters.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builddefs/converters.mk b/builddefs/converters.mk index 20ecea5cb9..9f8e80706e 100644 --- a/builddefs/converters.mk +++ b/builddefs/converters.mk | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | ifneq (,$(filter $(MCU),atmega32u4)) | ||
| 2 | # TODO: opt in rather than assume everything uses a pro micro | ||
| 3 | PIN_COMPATIBLE ?= promicro | ||
| 4 | endif | ||
| 5 | |||
| 6 | # Remove whitespace from any rule.mk provided vars | 1 | # Remove whitespace from any rule.mk provided vars |
| 7 | # - env cannot be overwritten but cannot have whitespace anyway | 2 | # - env cannot be overwritten but cannot have whitespace anyway |
| 8 | CONVERT_TO:=$(strip $(CONVERT_TO)) | 3 | CONVERT_TO:=$(strip $(CONVERT_TO)) |
