Project

General

Profile

Revision 8969d535

ID8969d535f52a9bdccb91c3c651055494f8b1a50a
Parent 83163372
Child ed37d345

Added by Thomas Mullins over 11 years ago

Changed "download" to "program" in scout_avr Makefile

View differences:

scout_avr/Makefile
24 24
scout_avr.elf: $(SRC) $(HDR)
25 25
	avr-g++ $(FLAGS) $(SRC) -o scout_avr.elf
26 26

  
27
download: scout_avr.hex
27
program: scout_avr.hex
28 28
	avrdude -p $(PART) -c $(PROG) -P usb -B 1 -F -U flash:w:scout_avr.hex
29 29

  
30 30
clean:

Also available in: Unified diff