1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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