Remove deprecated USBasp and bootloadHID bootloader types (#18195)
This commit is contained in:
parent
8fc62cb098
commit
d18698a8e8
3 changed files with 4 additions and 6 deletions
|
@ -116,13 +116,13 @@ ifeq ($(strip $(BOOTLOADER)), caterina)
|
|||
|
||||
BOOTLOADER_SIZE = 4096
|
||||
endif
|
||||
ifneq (,$(filter $(BOOTLOADER), bootloadhid bootloadHID))
|
||||
ifeq ($(strip $(BOOTLOADER)), bootloadhid)
|
||||
OPT_DEFS += -DBOOTLOADER_BOOTLOADHID
|
||||
BOOTLOADER_TYPE = bootloadhid
|
||||
|
||||
BOOTLOADER_SIZE = 4096
|
||||
endif
|
||||
ifneq (,$(filter $(BOOTLOADER), usbasploader USBasp))
|
||||
ifeq ($(strip $(BOOTLOADER)), usbasploader)
|
||||
OPT_DEFS += -DBOOTLOADER_USBASP
|
||||
BOOTLOADER_TYPE = usbasploader
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue