We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc28a0e commit 955b75aCopy full SHA for 955b75a
makefiles/tools/serial.inc.mk
@@ -5,9 +5,6 @@ ifeq ($(OS),Linux)
5
else ifeq ($(OS),Darwin)
6
PORT ?= $(PORT_DARWIN)
7
endif
8
-ifeq ($(PORT),)
9
- $(info Warning: no PORT set!)
10
-endif
11
12
export BAUD ?= 115200
13
0 commit comments