Remove half implemented micronucleus bootloader support (#16252)

This commit is contained in:
Joel Challis
2022-02-06 22:59:03 +00:00
committed by GitHub
parent 9124f5dc2d
commit 842d20267c
2 changed files with 2 additions and 2 deletions

View File

@@ -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