Revision 1602 trunk/code/projects/fp_math/Makefile
| Makefile (revision 1602) | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
# com1 = serial port. Use lpt1 to connect to parallel port. |
| 14 | 14 |
AVRDUDE_PORT = $(shell if uname -s |grep -i w32 >/dev/null; then echo 'COM4:'; else echo '/dev/ttyUSB0'; fi) |
| 15 |
AVRDUDE_PORT = /dev/tty.usbserial-A4001gUV |
|
| 15 |
AVRDUDE_PORT = /dev/ttyUSB0 |
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
else |
Also available in: Unified diff