Skip to content

Commit 955b75a

Browse files
committed
makefiles/serial: Remove useless warning.
The warning when there is no port set causes PORT to be evaluated even if it is not needed.
1 parent cc28a0e commit 955b75a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

makefiles/tools/serial.inc.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ ifeq ($(OS),Linux)
55
else ifeq ($(OS),Darwin)
66
PORT ?= $(PORT_DARWIN)
77
endif
8-
ifeq ($(PORT),)
9-
$(info Warning: no PORT set!)
10-
endif
118

129
export BAUD ?= 115200
1310

0 commit comments

Comments
 (0)