Makefile
changeset 37 df0bdaf0eb08
parent 33 0d0309787be3
child 38 f430b507a885
--- a/Makefile	Mon Aug 23 01:07:26 2010 +0300
+++ b/Makefile	Mon Aug 23 01:07:45 2010 +0300
@@ -4,7 +4,7 @@
 AD_PART = m328p
 AD_PROG = arduino
 AD_BAUD = 57600
-AD_PORT = /dev/ttyUSB0
+AD_PORT = /dev/ttyUSB1
 
 AD = avrdude
 ADFLAGS = -p $(AD_PART) -c $(AD_PROG) -b $(AD_BAUD) -P $(AD_PORT)