1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-07-04 16:42:25 +03:00

Merge pull request #333 from zygmunt/master

Fixed typo in optiboot/bootloaders/optiboot/Makefile.isp for variable FILENAME
This commit is contained in:
Bill Westfield
2021-11-16 12:45:25 -08:00
committed by GitHub

View File

@ -72,7 +72,7 @@ ISPFUSES = -e -u -U lock:w:0x$(LOCKFUSE):m $(EFUSE_CMD) \
# space from accidental SPM writes. Note: "2f" allows boot section to be read # space from accidental SPM writes. Note: "2f" allows boot section to be read
# by the application, which is different than the arduino default. # by the application, which is different than the arduino default.
# #
ISPFLASH = -U flash:w:$(FILENAME).hex -U lock:w:$(LOCKFUSE):m ISPFLASH = -U flash:w:$(FILENAME) -U lock:w:$(LOCKFUSE):m
# There are certain complicated caused by the fact that the default state # There are certain complicated caused by the fact that the default state
# of a fuse is a "1" rather than a "0", especially with respect to fuse bits # of a fuse is a "1" rather than a "0", especially with respect to fuse bits