correct bootloader link

This commit is contained in:
King Kévin 2015-09-03 11:48:04 +02:00
parent a06dc20d04
commit 42477df0d7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ eeprom: $(TARGET)_eeprom.hex reset
# write bootloader and fuses
bootloader:
wget http://code.google.com/p/arduino/source/browse/trunk/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex
wget https://arduino.googlecode.com/svn/trunk/hardware/arduino/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex
avrdude -p $(DEVICE) -c usbtiny -U lfuse:w:0xff:m -U hfuse:w:0xda:m -U efuse:w:0x05:m -U flash:w:ATmegaBOOT_168_atmega328.hex:i
rm ATmegaBOOT_168_atmega328.hex