Skip to content

Commit

Permalink
mac tty names
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Feb 1, 2024
1 parent ac97d6f commit dc6c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SOURCES := dl.c dir_list.c
HEADERS := dir_list.h constants.h

ifeq ($(OS),Darwin)
TTY_PREFIX := cu.
TTY_PREFIX := cu.usbserial
else
ifneq (,$(findstring BSD,$(OS)))
TTY_PREFIX := ttyU
Expand Down

0 comments on commit dc6c48a

Please sign in to comment.