X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/00bb9c112fa6dfa84d3571659527c13af7170279..7e397056b12b16fbb9a65f37a2e1aa75174c9fe8:/bin/firmware/Makefile328 diff --git a/bin/firmware/Makefile328 b/bin/firmware/Makefile328 index f08652806..ff05ef86e 100644 --- a/bin/firmware/Makefile328 +++ b/bin/firmware/Makefile328 @@ -1,12 +1,12 @@ MCU_TARGET = atmega328p -F_CPU = 16000000 +F_CPU = 12000000 FLASHER = avrdude -c usbasp -p $(MCU_TARGET) usbasp: fuses ifeq ($(F_CPU), 12000000) - $(FLASHER) -B 1 -U flash:w:usbasp.atmega328-12MHz.2011-05-28.hex + $(FLASHER) -B 1 -U flash:w:usbasp.atmega328p-12MHz.hex else ifeq ($(F_CPU), 16000000) - $(FLASHER) -B 1 -U flash:w:usbasp.atmega328-16MHz.2011-05-28.hex + $(FLASHER) -B 1 -U flash:w:usbasp.atmega328p-16MHz.hex else $(error setting of F_CPU is not supported.) endif