Stefan Schuermans commited on 2012-05-11 20:32:20
Showing 1 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -161,14 +161,14 @@ REBUILD_DEPS = Makefile.conf |
161 | 161 |
# Type: avrdude -c ? |
162 | 162 |
# to get a full listing. |
163 | 163 |
# |
164 |
-AVRDUDE_PROGRAMMER = stk200 |
|
165 |
-#AVRDUDE_PROGRAMMER = avrisp2 |
|
164 |
+#AVRDUDE_PROGRAMMER = stk200 |
|
165 |
+AVRDUDE_PROGRAMMER = avrisp2 |
|
166 | 166 |
|
167 | 167 |
|
168 | 168 |
#AVRDUDE_PORT = com1 # programmer connected to serial device |
169 | 169 |
#AVRDUDE_PORT = lpt1 # programmer connected to parallel port |
170 |
-AVRDUDE_PORT = /dev/parport0 |
|
171 |
-#AVRDUDE_PORT = usb |
|
170 |
+#AVRDUDE_PORT = /dev/parport0 |
|
171 |
+AVRDUDE_PORT = usb |
|
172 | 172 |
|
173 | 173 |
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex |
174 | 174 |
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep |
175 | 175 |