From 93a9bb482eea5b4549b79caca5832309665eeba2 Mon Sep 17 00:00:00 2001 From: Zygmunt Ptak Date: Tue, 16 Nov 2021 20:00:48 +0100 Subject: [PATCH] Fixed ISPFLASH variable in optiboot/bootloaders/optiboot/Makefile.isp --- optiboot/bootloaders/optiboot/Makefile.isp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optiboot/bootloaders/optiboot/Makefile.isp b/optiboot/bootloaders/optiboot/Makefile.isp index 75c37f4..1d792b0 100644 --- a/optiboot/bootloaders/optiboot/Makefile.isp +++ b/optiboot/bootloaders/optiboot/Makefile.isp @@ -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 # 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 # of a fuse is a "1" rather than a "0", especially with respect to fuse bits