aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Harker <george@george-graphics.co.uk>2016-11-05 12:19:15 -0700
committerGeorge Harker <george@george-graphics.co.uk>2016-11-05 12:19:15 -0700
commit7d564b6a26ffaaf270b80fa10deb9d4d732c1aae (patch)
tree348c40c56a84c6559b5f8e03ab498ca9b30a063a
parent0b1aa8d26a42c9a69b4fd58cd4282115621b61af (diff)
fix incorrect variable ref
-rw-r--r--Teensy.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Teensy.mk b/Teensy.mk
index 9e986a8..ffd3a6b 100644
--- a/Teensy.mk
+++ b/Teensy.mk
@@ -48,7 +48,7 @@ endif
# if boards.txt gets modified, look there, else hard code it
ARCHITECTURE = $(call PARSE_TEENSY,$(BOARD_TAG),build.architecture)
-ifeq ($(strip $(MONITOR_PORT)),)
+ifeq ($(strip $(ARCHITECTURE)),)
ARCHITECTURE = arm
endif