Remove half implemented micronucleus bootloader support (#16252)
This commit is contained in:
parent
9124f5dc2d
commit
842d20267c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
MCU = attiny85
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = micronucleus
|
||||
BOOTLOADER = custom
|
||||
OPT_DEFS += -DBOOTLOADER_SIZE=1862
|
||||
PROGRAM_CMD = micronucleus --run $(BUILD_DIR)/$(TARGET).hex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue