Commit 74bae6480071d02bf6d3ad79fd2038a35995cdf4
receivedThu, 5. Sep 2024, 08:29:33 (by user sx)
Thu, 5 Sep 2024 06:29:33 +0000 (08:29 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Thu, 5 Sep 2024 06:29:30 +0000 (08:29 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Thu, 5 Sep 2024 06:29:30 +0000 (08:29 +0200)
software/nano-1284/test_2024-07-23/Makefile

index fef15d5dabb627c106bc52a7fae8463ced88e09f..b3985c878f9c6fd6d18691f77824d42dbf864457 100644 (file)
@@ -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:$<