Skip to content

Commit

Permalink
Arch yo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpulvis committed Feb 13, 2015
1 parent 97e7e51 commit 1726908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ DF_CPU ?= 16000000UL
MMCU ?= atmega328p

# Port to flash to.
PORT ?= /dev/$(shell ls /dev/ | grep "tty\.usb" | sed -n 1p)
PORT ?= /dev/$(shell ls /dev/ | grep -i "tty\.\?usb" | sed -n 1p)

# UART baud rate.
# 115200 - Arduino Uno
Expand Down

0 comments on commit 1726908

Please sign in to comment.