From 7d564b6a26ffaaf270b80fa10deb9d4d732c1aae Mon Sep 17 00:00:00 2001 From: George Harker Date: Sat, 5 Nov 2016 12:19:15 -0700 Subject: [PATCH] fix incorrect variable ref --- Teensy.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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