]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
backporting uart_i and cli
[avr-crypto-lib.git] / avr-makefile.inc
index d44ca11ee4cf29adf67c5adf95a4e26422710c6c..323786abf3024a9fa7ceb4ff3fd68a8fd218ca35 100644 (file)
@@ -1,7 +1,7 @@
 
 MCU_TARGET     = atmega644
 OPTIMIZE       = -Os
-PROGRAMMER     = stk500v2 # avr911
+PROGRAMMER     = avr911
 DEFS           = -D$(call uc, $(MCU_TARGET))
 FLASHCMD       = avrdude -p $(MCU_TARGET) -P /dev/ttyUSB0 -c $(PROGRAMMER) -U flash:w:# no space at the end
 #FLASHCMD       = avrdude -p $(MCU_TARGET) -c usbasp -U flash:w:# no space at the end