From 74bae6480071d02bf6d3ad79fd2038a35995cdf4 Mon Sep 17 00:00:00 2001 From: Manfred Steiner Date: Thu, 5 Sep 2024 08:29:30 +0200 Subject: [PATCH] software/nano-1284/test_2024-07-23 (Makefile korrigiert) --- software/nano-1284/test_2024-07-23/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/nano-1284/test_2024-07-23/Makefile b/software/nano-1284/test_2024-07-23/Makefile index fef15d5..b3985c8 100644 --- a/software/nano-1284/test_2024-07-23/Makefile +++ b/software/nano-1284/test_2024-07-23/Makefile @@ -111,7 +111,7 @@ isp-flash-1284p: dist/$(NAME).elf all avrdude -c usbasp -p $(AVRDUDE_DEVICE) -e -U flash:w:$< isp-read-flash-1284p: - avrdude -c usbasp -p m644p -U flash:r:/tmp/flash-nano-1284__$(shell date +"%Y-%m-%d_%H%M%S") + avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U flash:r:/tmp/flash-nano-1284__$(shell date +"%Y-%m-%d_%H%M%S") flash-1284p: dist/$(NAME).elf all avrdude -c arduino -p $(AVRDUDE_DEVICE) -P /dev/ttyUSB0 -b 115200 -e -U flash:w:$< -- 2.39.5