diff options
Diffstat (limited to 'robot/makefile')
-rw-r--r-- | robot/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/makefile b/robot/makefile index d01ad30..e4366d8 100644 --- a/robot/makefile +++ b/robot/makefile @@ -8,7 +8,7 @@ AVRDUDE_DEVICE ?= m168 CFLAGS=-g -Wall -mcall-prologues -mmcu=$(MCU) $(DEVICE_SPECIFIC_CFLAGS) -Os LDFLAGS=-Wl,-gc-sections -lpololu_$(DEVICE) -Wl,-relax -PORT ?= /dev/ttyACM1 +PORT ?= /dev/ttyACM0 SOURCES := $(wildcard *.c) HEADERS := $(wildcard *.h) |