fix incorrect variable ref
This commit is contained in:
parent
0b1aa8d26a
commit
7d564b6a26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue