Skip to content

Commit 7d564b6

Browse files
committed
fix incorrect variable ref
1 parent 0b1aa8d commit 7d564b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Teensy.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
# if boards.txt gets modified, look there, else hard code it
5050
ARCHITECTURE = $(call PARSE_TEENSY,$(BOARD_TAG),build.architecture)
51-
ifeq ($(strip $(MONITOR_PORT)),)
51+
ifeq ($(strip $(ARCHITECTURE)),)
5252
ARCHITECTURE = arm
5353
endif
5454

0 commit comments

Comments
 (0)