]> git.defcon.no Git - avrfbosd/blobdiff - Makefile
Updated to reflect Hardware Rev 1
[avrfbosd] / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index ad0e941..783fdcd
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@
 # This modified template is placed in the public domain like the original.
 #
 
+#AVRDUDE_PROGRAMMER = usbasp
+AVRDUDE_PROGRAMMER = usbtiny
+AVRDUDE_PORT = usb
 
 # Target name and MCU setup -------------------------------------------------
 
@@ -159,9 +162,6 @@ LDFLAGS = $(EXTMEMOPTS) $(LDMAP) $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB)
 
 # Programming support using avrdude. Settings and variables.
 
-AVRDUDE_PROGRAMMER = usbtiny
-AVRDUDE_PORT = usb
-
 AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
 #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep