Project

General

Profile

Revision 42

Moved port to front in template makefile.

View differences:

trunk/code/projects/template/Makefile
13 13
# Uncomment this to use the wireless library
14 14
# USE_WIRELESS = 1
15 15

  
16
# com1 = serial port. Use lpt1 to connect to parallel port.
17
AVRDUDE_PORT = com4
16 18
#
17 19
#
18 20
###################################
......
208 210
#
209 211
AVRDUDE_PROGRAMMER = avrisp
210 212

  
211
# com1 = serial port. Use lpt1 to connect to parallel port.
212
AVRDUDE_PORT = com4
213 213
# programmer connected to serial device
214 214

  
215 215
AVRDUDE_WRITE_FLASH = -b 57600 -U flash:w:$(TARGET).hex

Also available in: Unified diff